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
|
||||
{
|
||||
const EVENT = 'event';
|
||||
const News = 'news';
|
||||
const Blog = 'blog';
|
||||
const NEWS = 'news';
|
||||
const BLOG = 'blog';
|
||||
|
||||
const COLLECTION = [
|
||||
'event' => 'Event',
|
||||
|
|
|
|||
Loading…
Reference in a new issue