No function changes. Cleanup console command cleanup
This commit is contained in:
@@ -29,11 +29,9 @@ class TicProcess extends Command
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function handle()
|
||||
public function handle(): int
|
||||
{
|
||||
// Dispatch job.
|
||||
Job::dispatchSync($this->argument('file'),$this->argument('domain'));
|
||||
|
||||
return Command::SUCCESS;
|
||||
return Job::dispatchSync($this->argument('file'),$this->argument('domain'));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user