diff --git a/app/Console/Commands/FixBulkAccessoryCheckinActionLogTimestamps.php b/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php similarity index 96% rename from app/Console/Commands/FixBulkAccessoryCheckinActionLogTimestamps.php rename to app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php index e586415029..610ce938a4 100644 --- a/app/Console/Commands/FixBulkAccessoryCheckinActionLogTimestamps.php +++ b/app/Console/Commands/FixBulkAccessoryCheckinActionLogEntries.php @@ -6,14 +6,14 @@ use App\Models\Actionlog; use Illuminate\Console\Command; use Illuminate\Database\Eloquent\Model; -class FixBulkAccessoryCheckinActionLogTimestamps extends Command +class FixBulkAccessoryCheckinActionLogEntries extends Command { /** * The name and signature of the console command. * * @var string */ - protected $signature = 'snipeit:fix-bulk-accessory-action-log-timestamps {--dryrun : Run the sync process but don\'t update the database}'; + protected $signature = 'snipeit:fix-bulk-accessory-action-log-entries {--dryrun : Run the sync process but don\'t update the database}'; /** * The console command description.