1 | <?php |
||
7 | class SlashCommandServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | */ |
||
12 | public function boot() |
||
20 | |||
21 | /** |
||
22 | * Register the application services. |
||
23 | */ |
||
24 | public function register() |
||
28 | |||
29 | /** |
||
30 | * Define routes |
||
31 | */ |
||
32 | public function addRoutes() |
||
40 | } |
||
41 |