1 | <?php |
||
12 | class LaunchScreenAdvertRepository extends BaseRepository implements LaunchScreenAdvertRepositoryInterface |
||
13 | { |
||
14 | /** |
||
15 | * Specify Model class name. |
||
16 | * |
||
17 | * @return string |
||
18 | */ |
||
19 | public function model() |
||
23 | |||
24 | /** |
||
25 | * Boot up the repository, pushing criteria. |
||
26 | */ |
||
27 | public function boot() |
||
31 | } |
||
32 |