Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1661 from dedyksuntoro/patch-5
Browse files Browse the repository at this point in the history
Fix: Target class [CBSeeder] does not exist.
  • Loading branch information
fherryfherry authored Mar 31, 2021
2 parents 589f6e5 + 8cec8c7 commit 5fd9161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database/seeds/CBSeeder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Database\Seeders;
//namespace Database\Seeders; Fix: Target class [CBSeeder] does not exist.

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
Expand Down Expand Up @@ -417,4 +417,4 @@ public function run()

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

0 comments on commit 5fd9161

Please sign in to comment.