update deploy
This commit is contained in:
11
app/Enums/MenuLocation.php
Normal file
11
app/Enums/MenuLocation.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum MenuLocation: string
|
||||
{
|
||||
case HeaderMain = 'header_main';
|
||||
case FooterCorporate = 'footer_corporate';
|
||||
case FooterEducation = 'footer_education';
|
||||
case FooterQuicklinks = 'footer_quicklinks';
|
||||
}
|
||||
Reference in New Issue
Block a user