Skip to content

Commit

Permalink
tests wasn't green
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Oct 12, 2014
1 parent 18533d2 commit 6c994e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/TypiCMS/Providers/StartProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use TypiCMS\Commands\CacheKeyPrefix;
use TypiCMS\Commands\Database;
use TypiCMS\Commands\Install;
use TypiCMS\Modules\Users\Repositories\SentryUser;

class StartProvider extends ServiceProvider
{
Expand Down Expand Up @@ -56,9 +57,9 @@ public function register()
| Bind commands.
|--------------------------------------------------------------------------
*/
$this->app->bind('command.install', function ($app) {
$this->app->bind('command.install', function (Application $app) {
return new Install(
$app['TypiCMS\Modules\Users\Repositories\SentryUser'],
new SentryUser($app['sentry']),
new Filesystem
);
});
Expand Down

0 comments on commit 6c994e4

Please sign in to comment.