Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
yamenarahman committed Mar 26, 2019
1 parent b8866e5 commit 50d7ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ function resolve($name)
}
}

if (!function_exists('resolveWith')) {
if (! function_exists('resolveWith')) {
/**
* Resolve a service from the container with parameters.
*
Expand Down

0 comments on commit 50d7ffa

Please sign in to comment.