remove unneeded parent boot calls

This commit is contained in:
Taylor Otwell 2020-04-14 16:14:14 -05:00
parent 0dbc6350b9
commit d53c56e4e0
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ class EventServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
parent::boot();
// //
} }
} }

View File

@ -31,8 +31,6 @@ class RouteServiceProvider extends ServiceProvider
public function boot() public function boot()
{ {
// //
parent::boot();
} }
/** /**