Skip to content

Commit e7998fc

Browse files
committed
Removing unused property
1 parent ef0996f commit e7998fc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Events/Handlers/HandleMediaStorage.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
class HandleMediaStorage
99
{
10-
/**
11-
* @var Imagy
12-
*/
13-
private $imagy;
14-
15-
public function __construct(Imagy $imagy)
16-
{
17-
$this->imagy = $imagy;
18-
}
19-
2010
public function handle($event = null)
2111
{
2212
if ($event instanceof StoringMedia) {

0 commit comments

Comments
 (0)