Skip to content

Commit b81c8a4

Browse files
authored
Update Image.php
1 parent a3730f6 commit b81c8a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Filters/Image.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,9 @@ public function getPath(): string
146146
{
147147
return $this->path;
148148
}
149+
150+
public function getDir(): string
151+
{
152+
return $this->dir;
153+
}
149154
}

0 commit comments

Comments
 (0)