Skip to content

Commit

Permalink
Add missing ShouldQueue stub (#202)
Browse files Browse the repository at this point in the history
* Add missing stub

* Add newline at the end of stub
  • Loading branch information
GeniJaho committed Mar 27, 2024
1 parent 62e1c8f commit cc9c626
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stubs/Illuminate/Contracts/Queue/ShouldQueue.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace Illuminate\Contracts\Queue;

if (class_exists('Illuminate\Contracts\Queue\ShouldQueue')) {
return;
}

interface ShouldQueue
{
}

0 comments on commit cc9c626

Please sign in to comment.