mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
9 lines
69 B
PHP
Executable File
9 lines
69 B
PHP
Executable File
<?php
|
|
|
|
namespace FireflyIII\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|