We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1e9f8 commit e0ae791Copy full SHA for e0ae791
app/Providers/AppServiceProvider.php
@@ -7,21 +7,21 @@
7
class AppServiceProvider extends ServiceProvider
8
{
9
/**
10
- * Bootstrap any application services.
+ * Register any application services.
11
*
12
* @return void
13
*/
14
- public function boot()
+ public function register()
15
16
//
17
}
18
19
20
- * Register any application services.
+ * Bootstrap any application services.
21
22
23
24
- public function register()
+ public function boot()
25
26
27
0 commit comments