1 | <?php |
||
16 | class EmojiServiceProvider extends ServiceProvider { |
||
17 | |||
18 | /* |
||
19 | * Indicates if loading of the provider is deferred. |
||
20 | * |
||
21 | * @var bool |
||
22 | */ |
||
23 | protected $defer = false; |
||
24 | |||
25 | |||
26 | /** |
||
27 | * Register the application services. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function register() |
||
39 | |||
40 | /** |
||
41 | * Get the services provided by the provider |
||
42 | * @return array |
||
43 | */ |
||
44 | public function provides() : array |
||
48 | } |