Skip to content

Commit

Permalink
Fix type of $path in loadViewsFrom docblock (#24504)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdmn authored and taylorotwell committed Jun 8, 2018
1 parent 1dd851e commit 02be861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function loadRoutesFrom($path)
/**
* Register a view file namespace.
*
* @param string $path
* @param string|array $path
* @param string $namespace
* @return void
*/
Expand Down

0 comments on commit 02be861

Please sign in to comment.