develop
parent
86b2cff85d
commit
f3f97c64d7
|
|
@ -7,7 +7,7 @@
|
|||
"require": {
|
||||
"php": "^8.1",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^10.10.0",
|
||||
"laravel/framework": "^10.10",
|
||||
"laravel/sanctum": "^3.2",
|
||||
"laravel/tinker": "^2.8",
|
||||
"slowlyo/owl-admin": "^2.5",
|
||||
|
|
|
|||
|
|
@ -3000,12 +3000,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Slowlyo/owl-admin.git",
|
||||
"reference": "14ee600486bb182b85d26f6a6d78e3b653557042"
|
||||
"reference": "b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Slowlyo/owl-admin/zipball/14ee600486bb182b85d26f6a6d78e3b653557042",
|
||||
"reference": "14ee600486bb182b85d26f6a6d78e3b653557042",
|
||||
"url": "https://api.github.com/repos/Slowlyo/owl-admin/zipball/b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4",
|
||||
"reference": "b962db2abe906a0fe3e5f7d2e6ad0679b2bab5e4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3054,7 +3054,7 @@
|
|||
"issues": "https://github.com/Slowlyo/owl-admin/issues",
|
||||
"source": "https://github.com/Slowlyo/owl-admin/tree/v2.6.3"
|
||||
},
|
||||
"time": "2023-06-09T08:44:50+00:00"
|
||||
"time": "2023-06-09T08:57:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@ class DatabaseSeeder extends Seeder
|
|||
public function run(): void
|
||||
{
|
||||
$this->call(AdminMenuSeeder::class);
|
||||
$this->call(KeywordSeeder::class);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue