1 | <?php |
||
13 | class StripeAccountRepository extends Repository |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * the container name. Must be set when the model has different name than the container |
||
18 | * |
||
19 | * @var string |
||
20 | */ |
||
21 | protected $container = 'Stripe'; |
||
22 | |||
23 | /** |
||
24 | * Specify Model class name. |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | public function model() |
||
32 | } |
||
33 |