Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Aug 17, 2022
1 parent 339a8a4 commit e109dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/DataObject/ClassDefinition/Data/Video.php
Expand Up @@ -28,8 +28,11 @@ class Video extends Data implements ResourcePersistenceAwareInterface, QueryReso
use Extension\QueryColumnType;

public const TYPE_ASSET = 'asset';

public const TYPE_YOUTUBE = 'youtube';

public const TYPE_VIMEO = 'vimeo';

public const TYPE_DAILYMOTION = 'dailymotion';

/**
Expand Down

0 comments on commit e109dfe

Please sign in to comment.