Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 8ff0adf

Browse files
committed
fix uploading event
1 parent 1ff9eb8 commit 8ff0adf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/coverage
44
sftp-config.json
55
.subsplit
6+
/.idea
67
.php_cs.cache
78
composer.lock

src/Events/Uploading.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ class Uploading
2626
/**
2727
* @var \Symfony\Component\HttpFoundation\File\UploadedFile
2828
*/
29-
protected $file;
29+
public $file;
3030

3131
/**
3232
* @var string
3333
*/
34-
protected $filename;
34+
public $filename;
3535

3636
/**
3737
* @var array
3838
*/
39-
protected $config;
39+
public $config;
4040

4141
/**
4242
* Uploading constructor.

0 commit comments

Comments
 (0)