mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
New migration: update menu links
This commit is contained in:
11
system/migrations/40.php
Normal file
11
system/migrations/40.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// 2024-02-03
|
||||
// update pages links
|
||||
|
||||
use MyAAC\Models\Menu;
|
||||
|
||||
Menu::where('link', 'lastkills')->update(['link' => 'last-kills']);
|
||||
Menu::where('link', 'serverInfo')->update(['link' => 'server-info']);
|
||||
Menu::where('link', 'experienceStages')->update(['link' => 'exp-stages']);
|
||||
Menu::where('link', 'experienceTable')->update(['link' => 'exp-table']);
|
Reference in New Issue
Block a user