8000 Fix typo. · laravel/laravel@6c35bba · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c35bba

Browse files
committed
Fix typo.
1 parent d9802fe commit 6c35bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected static function load_namespaced($class, $namespace, $directory)
102102
protected static function load_psr($class, $directory = null)
103103
{
104104
// The PSR-0 standard indicates that class namespaces and underscores
105-
// shoould be used to indcate the directory tree in which the class
105+
// should be used to indcate the directory tree in which the class
106106
// resides, so we'll convert them to slashes.
107107
$file = str_replace(array('\\', '_'), '/', $class);
108108

0 commit comments

Comments
 (0)
0