Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 5fd9161

Browse files
authored
Merge pull request #1661 from dedyksuntoro/patch-5
Fix: Target class [CBSeeder] does not exist.
2 parents 589f6e5 + 8cec8c7 commit 5fd9161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/database/seeds/CBSeeder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Database\Seeders;
2+
//namespace Database\Seeders; Fix: Target class [CBSeeder] does not exist.
33

44
use Illuminate\Database\Seeder;
55
use Illuminate\Support\Facades\DB;
@@ -417,4 +417,4 @@ public function run()
417417

418418
$this->command->info('All cb seeders completed !');
419419
}
420-
}
420+
}

0 commit comments

Comments
 (0)