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