1 | <?php |
||
12 | class ExpoPushNotificationsServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | /** |
||
15 | * Bootstrap the application services. |
||
16 | */ |
||
17 | public function boot() |
||
41 | |||
42 | /** |
||
43 | * Register the application services. |
||
44 | */ |
||
45 | public function register() |
||
49 | |||
50 | /** |
||
51 | * @return ExpoRepository |
||
52 | */ |
||
53 | public function getInterestsDriver() |
||
67 | } |