mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
8 lines
55 B
PHP
Executable File
8 lines
55 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
}
|