D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
lunchbox.dentostock.com
/
app
/
Enums
/
Filename :
ShippingMethod.php
back
Copy
<?php namespace App\Enums; interface ShippingMethod { const PRODUCT_WISE = 5; const FLAT_WISE = 10; const AREA_WISE = 15; }