10
common/Files/Events/FileEntriesRestored.php
Executable file
10
common/Files/Events/FileEntriesRestored.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Files\Events;
|
||||
|
||||
class FileEntriesRestored
|
||||
{
|
||||
public function __construct(public array $entryIds)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user