Resolve "New invoice service" #1669
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ namespace App\Ramcar;
|
||||||
class MotoliteEventType extends NameValue
|
class MotoliteEventType extends NameValue
|
||||||
{
|
{
|
||||||
const EVENT = 'event';
|
const EVENT = 'event';
|
||||||
const News = 'news';
|
const NEWS = 'news';
|
||||||
const Blog = 'blog';
|
const BLOG = 'blog';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'event' => 'Event',
|
'event' => 'Event',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue