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