1
0
cms11/app/View/Components/Sound.php

9 lines
131 B
PHP

<?php
namespace App\View\Components;
class Sound extends BaseMediaComponent
{
protected string $view = 'components.sound';
}