Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 1, 2021
1 parent 4da7a2b commit 334b0a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class UrlGenerationException extends Exception
* Create a new exception for missing route parameters.
*
* @param \Illuminate\Routing\Route $route
* @param array $parameters
* @param array $parameters
* @return static
*/
public static function forMissingParameters(Route $route, array $parameters = [])
Expand Down

0 comments on commit 334b0a9

Please sign in to comment.