From 650839b68ad8c080373c95b0a60f5aab26840fad Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 12 Mar 2025 17:05:16 -0700 Subject: [PATCH] Update command name --- ...stamps.php => FixBulkAccessoryCheckinActionLogEntries.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/Console/Commands/{FixBulkAccessoryCheckinActionLogTimestamps.php => FixBulkAccessoryCheckinActionLogEntries.php} (96%) 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.