Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed May 24, 2024
1 parent 65362fb commit 3c8b798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Contracts/TaskInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use Modules\Job\Models\Task;

/**
* @phpstan-require-extends Model
*/
interface TaskInterface
{
/**
Expand Down

0 comments on commit 3c8b798

Please sign in to comment.