update deploy
This commit is contained in:
17
app/Enums/SettingGroup.php
Normal file
17
app/Enums/SettingGroup.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum SettingGroup: string
|
||||
{
|
||||
case General = 'general';
|
||||
case Contact = 'contact';
|
||||
case Maps = 'maps';
|
||||
case Social = 'social';
|
||||
case Seo = 'seo';
|
||||
case Analytics = 'analytics';
|
||||
case Header = 'header';
|
||||
case Footer = 'footer';
|
||||
case Integrations = 'integrations';
|
||||
case InfoSections = 'info_sections';
|
||||
}
|
||||
Reference in New Issue
Block a user