equal
deleted
inserted
replaced
21 * bindings with the application. As you can see, we are registering our |
21 * bindings with the application. As you can see, we are registering our |
22 * "Registrar" implementation here. You can add your own bindings too! |
22 * "Registrar" implementation here. You can add your own bindings too! |
23 */ |
23 */ |
24 public function register() |
24 public function register() |
25 { |
25 { |
26 $this->app->bind( |
26 // $this->app->bind( |
27 'Illuminate\Contracts\Auth\Registrar', |
27 // 'Illuminate\Contracts\Auth\Registrar', |
28 'CorpusParole\Services\Registrar' |
28 // 'CorpusParole\Services\Registrar' |
29 ); |
29 // ); |
30 } |
30 } |
31 } |
31 } |