mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
8 lines
60 B
PHP
8 lines
60 B
PHP
|
|
<?php namespace App\Events;
|
||
|
|
|
||
|
|
abstract class Event {
|
||
|
|
|
||
|
|
//
|
||
|
|
|
||
|
|
}
|