mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fix typo in Route\Finder comment.
This commit is contained in:
parent
ad3f98db6b
commit
253e529c41
@ -11,7 +11,7 @@ class Loader {
|
||||
public static function load($uri)
|
||||
{
|
||||
// --------------------------------------------------------------
|
||||
// If a single routes is being used, return it.
|
||||
// If a single route file is being used, return it.
|
||||
// --------------------------------------------------------------
|
||||
if ( ! is_dir(APP_PATH.'routes'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user