Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit aa8bb64

Browse files
authored
Update MozJpeg.php
Corrected namespace
1 parent 8cea9ab commit aa8bb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPImageOptim/Tools/Jpeg/MozJpeg.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Classes;
3+
namespace PHPImageOptim\Tools\Jpeg;
44

55
use Exception;
66
use PHPImageOptim\Tools\Common;
@@ -21,4 +21,4 @@ public function checkVersion()
2121
{
2222
exec($this->binaryPath . ' --version', $aOutput, $iResult);
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)