8000 Add files to the event · Dheia/laravel-NativePHP@9971e81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9971e81

Browse files
committed
Add files to the event
1 parent 3fab8d8 commit 9971e81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Events/MenuBar/MenuBarDroppedFiles.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ class MenuBarDroppedFiles implements ShouldBroadcastNow
1212
{
1313
use Dispatchable, InteractsWithSockets, SerializesModels;
1414

15+
public function __construct(public array $files = [])
16+
{
17+
}
18+
1519
public function broadcastOn()
1620
{
1721
return [

0 commit comments

Comments
 (0)
0