Current File : /home/getxxhzo/app.genicards.com/database/migrations/2022_09_22_051227_run_default_seeder_2.php
<?php

use Illuminate\Database\Migrations\Migration;

return new class extends Migration
{
    /**
     * Run the migrations.
     */
    public function up(): void
    {
        Artisan::call('db:seed', ['--class' => 'DefaultCookieBannerSeeder', '--force' => true]);
    }

    /**
     * Reverse the migrations.
     */
    public function down(): void
    {
    }
};