mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
9 lines
69 B
PHP
Executable File
9 lines
69 B
PHP
Executable File
<?php
|
|
|
|
namespace FireflyIII\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|