Skip to content

Commit

Permalink
Merge pull request laravel#3243 from connectkushal/patch-1
Browse files Browse the repository at this point in the history
Update code in facades.md for simplicity
  • Loading branch information
taylorotwell authored Apr 2, 2017
2 parents ed3f4f1 + 8407316 commit 233beac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facades.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ The `Facade` base class makes use of the `__callStatic()` magic-method to defer

namespace App\Http\Controllers;

use Cache;
use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\Cache;

class UserController extends Controller
{
Expand Down

0 comments on commit 233beac

Please sign in to comment.