Skip to content

Commit

Permalink
Merge pull request #66 from gsdevme/patch-1
Browse files Browse the repository at this point in the history
fix: remove global inclusion as the class is imported
  • Loading branch information
cmodijk committed May 2, 2017
2 parents dc9e467 + 1c91307 commit d8cbd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Name/Exception/CouldNotResolveMessageName.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use LogicException;

class CouldNotResolveMessageName extends \LogicException
class CouldNotResolveMessageName extends LogicException
{
public static function forMessage($message, $exceptionMessage)
{
Expand Down

0 comments on commit d8cbd08

Please sign in to comment.