Added tests for FailedJobResource and renamed to singular

This commit is contained in:
Constantin Graf
2024-07-18 13:17:00 +02:00
committed by Constantin Graf
parent 8db0a7d25e
commit 63323d86c3
6 changed files with 77 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Carbon;
@@ -15,6 +16,8 @@ use Illuminate\Support\Carbon;
*/
class FailedJob extends Model
{
use HasFactory;
/**
* Indicates if the model should be timestamped.
*