Move full text search to proper events
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
9
lib/Event/AclCreatedEvent.php
Normal file
9
lib/Event/AclCreatedEvent.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace OCA\Deck\Event;
|
||||
|
||||
class AclCreatedEvent extends AAclEvent {
|
||||
}
|
||||
Reference in New Issue
Block a user