/home/techb158/immovalet.com/vendor/botble/slug/src/Commands
Edit: /home/techb158/immovalet.com/vendor/botble/slug/src/Commands/ChangeSlugPrefixCommand.php (915B)
update(
[
'reference_type' => $this->argument('class'),
],
[
'prefix' => $this->option('prefix') ?? '',
]
);
$this->info('Processed ' . $data . ' item(s)!');
return 0;
}
}