changeset 19 | eadaf0b8f02e |
parent 2 | 00e2916104fe |
--- a/server/src/app/Providers/AppServiceProvider.php Tue Nov 17 13:11:55 2015 +0100 +++ b/server/src/app/Providers/AppServiceProvider.php Fri Nov 27 17:59:36 2015 +0100 @@ -23,9 +23,9 @@ */ public function register() { - $this->app->bind( - 'Illuminate\Contracts\Auth\Registrar', - 'CorpusParole\Services\Registrar' - ); + // $this->app->bind( + // 'Illuminate\Contracts\Auth\Registrar', + // 'CorpusParole\Services\Registrar' + // ); } }