Refactor navigation icon declarations in various resources for consistency; enhance Group model with new relationships and fillable properties; update Hotel and Pilgrim models with fillable attributes; improve table configurations across resources.
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\Teacher;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class TeacherTableSeeder extends Seeder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user