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