BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
app.imagivibe.com
/
database
/
migrations
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 2024_12_17_113420_remove_deprecated_runway_models_from_db.php
<?php use App\Helpers\Classes\EntityRemover; use Illuminate\Database\Migrations\Migration; return new class extends Migration { /** * Run the migrations. */ public function up(): void { EntityRemover::removeEntity('runway-gen3'); } /** * Reverse the migrations. */ public function down(): void {} };
Save
Cancel