laravel-vuexy-admin/src/Application/Events/___Settings/___VuexyCustomizerSettingsUpdated.php

11 lines
196 B
PHP

<?php
declare(strict_types=1);
namespace Koneko\VuexyAdmin\Application\Events\Settings;
class VuexyCustomizerSettingsUpdated
{
public function __construct(public array $settings = []) {}
}