migrate template

This commit is contained in:
Mekan1206
2026-06-06 12:56:15 +05:00
parent e57fdfc2ad
commit 24b8539e98
135 changed files with 7586 additions and 237 deletions

View File

@@ -1,6 +1,6 @@
<?php
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\LazilyRefreshDatabase;
use Tests\TestCase;
/*
@@ -15,7 +15,7 @@ use Tests\TestCase;
*/
pest()->extend(TestCase::class)
// ->use(RefreshDatabase::class)
->use(LazilyRefreshDatabase::class)
->in('Feature');
/*