9 lines
62 B
PHP
9 lines
62 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|