Commit 30b7eebf authored by Taylor Otwell's avatar Taylor Otwell

added better comments to loader::register function.

parent b4aa39ab
...@@ -58,7 +58,8 @@ class Loader { ...@@ -58,7 +58,8 @@ class Loader {
} }
/** /**
* Register a path with the auto-loader. * Register a path with the auto-loader. After registering the path, it will be
* checked similarly to the models and libraries directories.
* *
* @param string $path * @param string $path
* @return void * @return void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment