11 lines
137 B
PHP
Executable File
11 lines
137 B
PHP
Executable File
<?php
|
|
|
|
namespace Common\Files\Events;
|
|
|
|
class FileEntriesRestored
|
|
{
|
|
public function __construct(public array $entryIds)
|
|
{
|
|
}
|
|
}
|