Working on removing authentication boilerplate.

This commit is contained in:
Taylor Otwell
2014-11-29 13:55:38 -06:00
parent e0afdf4c51
commit 9083f48e97
10 changed files with 89 additions and 334 deletions

View File

@@ -21,7 +21,10 @@ class AppServiceProvider extends ServiceProvider {
*/
public function register()
{
//
$this->app->bind(
'Illuminate\Contracts\Auth\Registrar',
'App\Services\Registrar'
);
}
}