[Web] update directorytree/ldaprecord
This commit is contained in:
@@ -13,7 +13,7 @@ interface Monitor
|
||||
public function looping($callback);
|
||||
|
||||
/**
|
||||
* Register a callback to be executed when a job fails after the maximum amount of retries.
|
||||
* Register a callback to be executed when a job fails after the maximum number of retries.
|
||||
*
|
||||
* @param mixed $callback
|
||||
* @return void
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Queue;
|
||||
|
||||
interface ShouldQueueAfterCommit extends ShouldQueue
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user