Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Feb 10, 2015
1 parent 6d859f1 commit f75cd5f
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 @@ -55,7 +55,7 @@ So, our `Cache::get` call could be re-written like so:

#### Importing Facades

Remember, if you are using a facade when a controller that is namespaced, you will need to import the facade class into the namespace. All facades live in the global namespace:
Remember, if you are using a facade in a controller that is namespaced, you will need to import the facade class into the namespace. All facades live in the global namespace:

<?php namespace App\Http\Controllers;

Expand Down

0 comments on commit f75cd5f

Please sign in to comment.