[Web] update directorytree/ldaprecord
This commit is contained in:
@@ -34,7 +34,7 @@ interface Dispatcher
|
||||
*
|
||||
* @param string|object $event
|
||||
* @param mixed $payload
|
||||
* @return array|null
|
||||
* @return mixed
|
||||
*/
|
||||
public function until($event, $payload = []);
|
||||
|
||||
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Events;
|
||||
|
||||
interface ShouldDispatchAfterCommit
|
||||
{
|
||||
//
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Events;
|
||||
|
||||
interface ShouldHandleEventsAfterCommit
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user