mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 05:24:09 +00:00
WIP - Order steps & remaining APIs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\Modules\Remarks\DataTransferObjects;
|
||||
namespace App\Classes\Modules\PackingLists\DataTransferObjects;
|
||||
|
||||
use App\Classes\General\Interfaces\DataTransferObject;
|
||||
|
||||
class RemarkObject implements DataTransferObject
|
||||
class PackingListObject implements DataTransferObject
|
||||
{
|
||||
|
||||
/** @var string */
|
||||
@@ -26,7 +26,7 @@ class RemarkObject implements DataTransferObject
|
||||
private $postCode;
|
||||
|
||||
/**
|
||||
* RemarkObject constructor.
|
||||
* PackingListObject constructor.
|
||||
* @param string $streetOne
|
||||
* @param null|string $streetTwo
|
||||
* @param int $countryId
|
||||
|
||||
Reference in New Issue
Block a user