Fix case types on motolite event type namevalue #730
This commit is contained in:
parent
8241dc5630
commit
202b2d740e
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