Skip to content

Commit

Permalink
Fix namespace in sentry error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
szeber committed Nov 29, 2019
1 parent aff8a48 commit 8b3ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorHandler/SentryErrorHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace Shoppinpal\YapepCommon\ErrorHandler;
namespace ShoppinPal\YapepCommon\ErrorHandler;

use Sentry\State\HubInterface;
use YapepBase\ErrorHandler\IErrorHandler;
Expand Down

0 comments on commit 8b3ce76

Please sign in to comment.