[5.3] Remove register() from BroadcastServiceProvider

This commit is contained in:
Kennedy Tedesco 2016-07-15 22:05:50 -03:00
parent cdbbe862ce
commit 76f9ea7e04
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()
{
//
}
}