Skip to content

Commit

Permalink
Change Artisan facade class reference to Illuminate\Contracts\Console…
Browse files Browse the repository at this point in the history
…\Kernel
  • Loading branch information
andynoelker committed Nov 24, 2015
1 parent 6b1bc7e commit bd3650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facades.md 100644 → 100755
Expand Up @@ -65,7 +65,7 @@ Below you will find every facade and its underlying class. This is a useful tool
Facade | Class | Service Container Binding
------------- | ------------- | -------------
App | [Illuminate\Foundation\Application](http://laravel.com/api/{{version}}/Illuminate/Foundation/Application.html) | `app`
Artisan | [Illuminate\Console\Application](http://laravel.com/api/{{version}}/Illuminate/Console/Application.html) | `artisan`
Artisan | [Illuminate\Contracts\Console\Kernel](http://laravel.com/api/{{version}}/Illuminate/Contracts/Console/Kernel.html) | `artisan`
Auth | [Illuminate\Auth\AuthManager](http://laravel.com/api/{{version}}/Illuminate/Auth/AuthManager.html) | `auth`
Auth (Instance) | [Illuminate\Auth\Guard](http://laravel.com/api/{{version}}/Illuminate/Auth/Guard.html) |
Blade | [Illuminate\View\Compilers\BladeCompiler](http://laravel.com/api/{{version}}/Illuminate/View/Compilers/BladeCompiler.html) | `blade.compiler`
Expand Down

0 comments on commit bd3650a

Please sign in to comment.