Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #18 from ageras-com/BACKEND-3461-laravel-5-3
Browse files Browse the repository at this point in the history
BACKEND-3461 Upgrade to Laravel 5.3
  • Loading branch information
cameronjdavis authored Oct 4, 2018
2 parents c6f4cc4 + 5c40622 commit ec7cda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ class ServiceProvider extends IlluminateServiceProvider
*/
public function register()
{
$this->loadConfiguration();
$this->registerCommands();
$this->registerClient();
}

public function boot()
{
$this->loadConfiguration();

}

public function registerCommands()
Expand Down

0 comments on commit ec7cda1

Please sign in to comment.