add transportation routes
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class AxisTypeSeeder extends Seeder
|
||||
{
|
||||
@@ -12,6 +13,12 @@ class AxisTypeSeeder extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
//
|
||||
DB::table('axis_types')->insert([
|
||||
['name' => 'آزادراه'],
|
||||
['name' => 'بزرگراه'],
|
||||
['name' => 'اصلی'],
|
||||
['name' => 'فرعی'],
|
||||
['name' => 'روستایی'],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ class MissionStateSeeder extends Seeder
|
||||
['name' => 'درخواست توسط واحد کنترل تایید شد و ماموریت آغاز می شود'],
|
||||
['name' => 'اتمام ماموریت'],
|
||||
['name' => 'عدم تخصیص خودرو توسط واحد نقلیه و بازگشت درخواست به کارتابل کاربر'],
|
||||
['name' => 'عدم تایید توسط واحد کنترل'],
|
||||
['name' => 'ماموریت لغو شد'],
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user