[Web] update directorytree/ldaprecord

This commit is contained in:
FreddleSpl0it
2024-02-20 10:30:11 +01:00
parent 40146839ef
commit d479d18507
481 changed files with 13919 additions and 6171 deletions
@@ -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
{
//
}