Skip to content

Commit

Permalink
Fix purge command tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Oct 3, 2024
1 parent e8099ff commit 2fa447c
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 64 deletions.
9 changes: 9 additions & 0 deletions src/Models/Contracts/MonitorContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@
*/
interface MonitorContract
{
/**
* @return \Illuminate\Database\Eloquent\Builder<\romanzipp\QueueMonitor\Models\Monitor>
*/
public function newQuery();

/**
* @return string
*/
public function getTable();
}
Loading

0 comments on commit 2fa447c

Please sign in to comment.