food_server/vendor/yansongda/artful/src/Event/ArtfulStart.php

11 lines
184 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace Yansongda\Artful\Event;
class ArtfulStart extends Event
{
public function __construct(public array $plugins, public array $params) {}
}