No function changes. Cleanup console command cleanup
This commit is contained in:
@@ -26,10 +26,10 @@ class Rescan extends Command
|
||||
/**
|
||||
* Execute the console command.
|
||||
*
|
||||
* @return mixed
|
||||
* @return int
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function handle()
|
||||
public function handle(): int
|
||||
{
|
||||
$ao = Address::findFtn($this->argument('ftn'));
|
||||
|
||||
|
Reference in New Issue
Block a user