mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
9 lines
62 B
PHP
9 lines
62 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|