1 | <?php namespace Nwidart\LaravelBroadway\Console; |
||
6 | class CreateEventStoreCommand extends Command |
||
7 | { |
||
8 | protected $name = 'broadway:event-store:migrate'; |
||
9 | protected $description = 'This will create the events store table based on the name in the configuration'; |
||
10 | |||
11 | public function handle() |
||
24 | |||
25 | protected function getArguments() |
||
31 | } |
||
32 |