mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat(#16): refactor
This commit is contained in:
parent
580a5833a8
commit
cc63c8cce2
9 changed files with 148 additions and 75 deletions
|
|
@ -36,8 +36,7 @@ class ScreenGeneratorCommand extends Command
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
GenerateScreenJob::dispatchSync($deviceId, $markup);
|
||||
GenerateScreenJob::dispatchSync($deviceId, null, $markup);
|
||||
|
||||
$this->info('Screen generation job finished.');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue