Files
BarangaySystem/app/Events/DemoEvent.php
2026-06-06 18:43:00 +08:00

10 lines
76 B
PHP

<?php
declare(strict_types=1);
namespace App\Events;
class DemoEvent
{
}