Commit 5194a437 authored by Taylor Otwell's avatar Taylor Otwell

Add a note to the AppServiceProvider.

parent 6b939c47
......@@ -21,6 +21,10 @@ class AppServiceProvider extends ServiceProvider {
*/
public function register()
{
// This service provider is a great spot to register your various container
// bindings with the application. As you can see, we are registering our
// "Registrar" implementation here. You can add your own bindings too!
$this->app->bind(
'Illuminate\Contracts\Auth\Registrar',
'App\Services\Registrar'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment