diff options
Diffstat (limited to 'database/migrations/2025_01_04_021047_inventory.php')
| -rw-r--r-- | database/migrations/2025_01_04_021047_inventory.php | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/database/migrations/2025_01_04_021047_inventory.php b/database/migrations/2025_01_04_021047_inventory.php deleted file mode 100644 index 88fa2f3..0000000 --- a/database/migrations/2025_01_04_021047_inventory.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -use Illuminate\Database\Migrations\Migration; -use Illuminate\Database\Schema\Blueprint; -use Illuminate\Support\Facades\Schema; - -return new class extends Migration -{ - /** - * Run the migrations. - */ - public function up(): void - { - // - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - // - } -}; |
