erp/app/Models/FailedJob.php

9 lines
65 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Models;
class FailedJob extends Model
{
}