migrate to gtea from bistbucket
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Authentication\Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class AuthenticationDatabaseSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$this->call([UtilitySeeder::class]);
|
||||
$this->call([FeedbackTableSeeder::class]);
|
||||
$this->call([SAASFaqSeeder::class]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user