mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 20:43:56 +00:00
14 lines
196 B
PHP
14 lines
196 B
PHP
<?php
|
|
|
|
namespace App\Classes\ValueObjects\Constants;
|
|
|
|
|
|
class Notifications
|
|
{
|
|
|
|
public const UNDEFINED = [
|
|
'title' => 'Unknown Action',
|
|
'message' => 'unknown message..'
|
|
];
|
|
|
|
} |