Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Mar 13, 2024
1 parent ba0068b commit 1dd0ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/MakeSettingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ protected function getNamespace($path): string
$path = preg_replace(
[
'/^(' . preg_quote(base_path(), '/') . ')/',
'/\//'
'/\//',
],
[
'',
'\\'
'\\',
],
$path
);
Expand Down

0 comments on commit 1dd0ad6

Please sign in to comment.