Database Seeders Updated And Namespace Added

This commit is contained in:
devansh bawari 2021-02-25 12:48:14 +05:30
parent e67ccd6882
commit 27f599d79d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use Webkul\Velocity\Database\Seeders\VelocityMetaDataSeeder;
use Webkul\Admin\Database\Seeders\DatabaseSeeder as BagistoDatabaseSeeder;