Add missing inheritance for TestEnvironmentSeeder class
This commit is contained in:
@@ -6,9 +6,10 @@ use App\Enums\OrganisationRole;
|
|||||||
use App\Enums\ProviderType;
|
use App\Enums\ProviderType;
|
||||||
use App\Models\Organisation;
|
use App\Models\Organisation;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
|
use Illuminate\Database\Seeder;
|
||||||
use Illuminate\Support\Facades\Hash;
|
use Illuminate\Support\Facades\Hash;
|
||||||
|
|
||||||
class TestEnvironmentSeeder
|
class TestEnvironmentSeeder extends Seeder
|
||||||
{
|
{
|
||||||
public function run(): void
|
public function run(): void
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user