Prepare Beta Version
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Koneko\VuexyAdmin\Application\Events\Settings;
|
||||
|
||||
class VuexyCustomizerSettingsUpdated
|
||||
{
|
||||
public function __construct(public array $settings = []) {}
|
||||
}
|
Reference in New Issue
Block a user