server/src/app/Providers/AppServiceProvider.php
changeset 19 eadaf0b8f02e
parent 2 00e2916104fe
equal deleted inserted replaced
18:f2a40bbc27f6 19:eadaf0b8f02e
    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 }