开源版本提交

This commit is contained in:
Kris
2025-12-29 22:14:41 +08:00
parent fce7c1ec0b
commit 4216b2080f
3634 changed files with 814409 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}