mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-05-13 18:05:55 +08:00
17 lines
203 B
PHP
17 lines
203 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
class ExampleEvent extends Event
|
|
{
|
|
/**
|
|
* Create a new event instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
//
|
|
}
|
|
}
|