Merge pull request #3833 from KennedyTedesco/5.3-provider

[5.3] Remove register() from BroadcastServiceProvider
This commit is contained in:
Taylor Otwell 2016-07-15 21:59:10 -07:00 committed by GitHub
commit e34ac8cb30
1 changed files with 0 additions and 10 deletions

View File

@ -20,14 +20,4 @@ public function boot()
return true;
});
}
/**
* Register any application services.
*
* @return void
*/
public function register()
{
//
}
}