Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 4ccda4e

Browse files
committed
Fixes incorrect namespace to comply with psr-0/composer 2.0
1 parent 1e16e62 commit 4ccda4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Vend/Api/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @link https://github.com/brucealdridge/vendapi
1515
*/
1616

17-
namespace Vend;
17+
namespace Vend\Api;
1818

1919
class Exception extends \Exception
2020
{

0 commit comments

Comments
 (0)