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
|
||||
{
|
||||
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