mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-08 06:28:37 +08:00
9 lines
138 B
PHP
Executable File
9 lines
138 B
PHP
Executable File
<?php
|
|
// this is a abstract of Event data object
|
|
namespace service\Event;
|
|
|
|
use service\Event\Event;
|
|
|
|
class ServiceEvent extends Event {
|
|
}
|