Files
portal/app/Classes/ValueObjects/Constants/Notifications.php
T
glovetleong f8a985035e notification
2022-02-18 21:57:25 +08:00

12 lines
236 B
PHP

<?php
namespace App\Classes\ValueObjects\Constants;
class Notifications
{
public const NEW_ARRIVED_PARCEL = [
'title' => 'New Arrived Parcel',
'message' => 'you have received new parcel for your order #-'
];
}