Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
apply ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Feb 9, 2022
1 parent 082d384 commit a8a5236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ private static function resolveFactory($eloquentFactory, $model): ?object
return $model::factory()->make();
}

$action = sprintf('php artisan make:factory %sFactory --model=%s', Str::of($model)->afterLast("\\"), $model);
$action = sprintf('php artisan make:factory %sFactory --model=%s', Str::of($model)->afterLast('\\'), $model);

throw new \Exception("No Factory found, maileclipse.factory config is true. But there is no Factory. Create using $action");
}
Expand Down

0 comments on commit a8a5236

Please sign in to comment.