Skip to content

Commit

Permalink
🔨 fix: seeder namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed Jun 23, 2024
1 parent b6df1cd commit f788489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/DistrictSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace AnuzPandey\Database\Seeders;
namespace AnuzPandey\LaravelNepalGeo\Database\Seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
Expand Down

0 comments on commit f788489

Please sign in to comment.