Skip to content

Commit 108f4c7

Browse files
committed
consol freez
1 parent 79ffddd commit 108f4c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/Observers/ThemeObserver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ public function creating(Theme $theme): void
1717

1818
public function created(Theme $theme): void
1919
{
20+
if (app()->runningInConsole()) {
21+
return;
22+
}
23+
2024
GenerateThemeMetadataJob::dispatch($theme);
2125
}
2226
}

0 commit comments

Comments
 (0)