mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-29 17:33:58 +00:00
initiate project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\Modules\Steps;
|
||||
|
||||
|
||||
use App\Classes\Constants;
|
||||
|
||||
class ModularStep
|
||||
{
|
||||
public function warehouseModule(string $type): string {
|
||||
return $type ? Constants::ORDER_MODULE_WAREHOUSE : Constants::ORDER_MODULE_NO_WAREHOUSE;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user