revert manualy model, migration. and seeder menu and route

This commit is contained in:
Geriano
2022-07-16 04:11:00 +07:00
parent bf199b7390
commit 2ca55419f7
6 changed files with 0 additions and 236 deletions

View File

@@ -1,19 +0,0 @@
<?php
namespace Database\Seeders;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
class MenuSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
//
}
}