Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 2, 2023
1 parent 3e651c7 commit 4189d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,9 @@ private function addNewEntityToSharpConfig(string $entityPath, string $entityKey
if (app()->runningUnitTests()) {
config()->set(
'sharp.entities.totos',
'\\'.$entityPath . '::class',
'\\'.$entityPath.'::class',
);

return;
}

Expand Down

0 comments on commit 4189d1c

Please sign in to comment.