D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ghanempharmacy.com
/
app
/
Enums
/
ExportFileNames
/
Admin
/
Filename :
Employee.php
back
Copy
<?php namespace App\Enums\ExportFileNames\Admin; enum Employee { const EMPLOYEE_ROLE_LIST = 'Employee-Role-List.xlsx'; }