Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogermani87 authored and github-actions[bot] committed May 27, 2024
1 parent 08b864c commit 47ae816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentEmailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function bootingPackage()
$modelClass = config('filament-email.resource.model') ?? Email::class;
$class = get_class(new $modelClass);
if (class_exists($class)) {
$schedule->command('model:prune --model="' . $class . '"')
$schedule->command('model:prune --model="'.$class.'"')
->cron($runCrontab);
}
});
Expand Down

0 comments on commit 47ae816

Please sign in to comment.