Skip to content

Commit

Permalink
Apply PHP CS Fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored and actions-user committed Oct 19, 2020
1 parent eada1dc commit 5860adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function app_path($path = '')
*/
function config_path($path = '')
{
return base_path('config').($path ? DIRECTORY_SEPARATOR.$path : $path);
return base_path('config') . ($path ? DIRECTORY_SEPARATOR . $path : $path);
}
}

Expand Down

0 comments on commit 5860adc

Please sign in to comment.