Skip to content

Commit 6abf7f6

Browse files
committed
Fix missing namespace update in binary
1 parent 69509ea commit 6abf7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ foreach ($potentialAutoloadLocations as $file) {
1616
use Http\Adapter\Guzzle7\Client;
1717
use Http\Factory\Guzzle\ServerRequestFactory;
1818
use Madewithlove\Htaccess\TableRenderer;
19-
use Madewithlove\HtaccessClient;
19+
use Madewithlove\HtaccessApiClient\HtaccessClient;
2020
use Madewithlove\HtaccessCommand;
2121
use Symfony\Component\Console\Application;
2222

0 commit comments

Comments
 (0)