2022-06-01 10:15:55 +03:00

13 lines
207 B
PHP

<?php
namespace App\View\Components\Modules;
use App\View\Components\Modules\Items as Component;
class Free extends Component
{
public $type = 'free';
public $view = 'components.modules.free';
}