adrema/app/Lib/Events/JobStarted.php

8 lines
72 B
PHP

<?php
namespace App\Lib\Events;
class JobStarted extends JobEvent
{
}