Current File : /home/getxxhzo/app.genicards.com/database/migrations/2024_05_22_062612_add_vcard_29_30_31.php
<?php

use Illuminate\Support\Facades\Artisan;
use Illuminate\Database\Migrations\Migration;

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