Don't mind the Registrar contract as it no longer exists

This commit is contained in:
James Brooks
2015-09-21 11:02:45 +01:00
parent 935fb9c7c1
commit 92ab7c8451

View File

@@ -40,6 +40,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function register() public function register()
{ {
$this->app->bind('Illuminate\Contracts\Auth\Registrar', 'CachetHQ\Cachet\Services\Registrar'); //
} }
} }