Skip to content

Commit

Permalink
ed
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Oct 24, 2015
1 parent 552bc88 commit 396691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public function register()

public function provides()
{
return [\Illuminate\Contracts\Debug\ExceptionHandler::class];
return ['Illuminate\Contracts\Debug\ExceptionHandler'];
}
}

0 comments on commit 396691d

Please sign in to comment.