[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
@@ -34,7 +34,7 @@ interface Dispatcher
*
* @param string|object $event
* @param mixed $payload
* @return array|null
* @return mixed
*/
public function until($event, $payload = []);
@@ -0,0 +1,8 @@
<?php
namespace Illuminate\Contracts\Events;
interface ShouldDispatchAfterCommit
{
//
}
@@ -0,0 +1,8 @@
<?php
namespace Illuminate\Contracts\Events;
interface ShouldHandleEventsAfterCommit
{
//
}