Fix docblocks

This commit is contained in:
James Brooks
2015-08-30 22:42:38 +01:00
parent 062a16ca5b
commit 77f19da9b0
5 changed files with 16 additions and 0 deletions
+4
View File
@@ -21,6 +21,8 @@ class ConfigServiceProvider extends ServiceProvider
{
/**
* Boot the service provider.
*
* @return void
*/
public function boot()
{
@@ -60,6 +62,8 @@ class ConfigServiceProvider extends ServiceProvider
/**
* Register the service provider.
*
* @return void
*/
public function register()
{