Skip to content

Commit

Permalink
Add register method for old Laravel abstract class (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
threesquared authored Oct 10, 2018
1 parent 8fc1bea commit 40835bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ public function boot()
$monolog->pushHandler($handler);
}
}

/**
* Register the service provider.
*
* @return void
*/
public function register()
{
//
}
}

0 comments on commit 40835bd

Please sign in to comment.