Files
2025-11-26 13:22:58 -05:00

9 lines
79 B
PHP
Executable File

<?php
namespace Illuminate\Contracts\Queue;
interface ShouldQueue
{
//
}