mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-23 14:33:57 +00:00
11 lines
154 B
PHP
11 lines
154 B
PHP
<?php
|
|
|
|
namespace App\Classes\Modules\Orders;
|
|
|
|
use App\Classes\Interfaces\OrderPrimaryStep;
|
|
|
|
class InsertPrimaryStepsList implements OrderPrimaryStep
|
|
{
|
|
|
|
|
|
} |