Skip to content

Commit

Permalink
Update PassGate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Veltix authored Jul 30, 2020
1 parent b6596c7 commit 2bae473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PassGate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @copyright Copyright (c) Kristen Lõoke
*/

namespace Hmer\PassGate;
namespace Veltix\PassGate;

/**
* Class PassGate.
Expand Down Expand Up @@ -113,4 +113,4 @@ public static function getCharactersForRandomString(): string
{
return static::$characters;
}
}
}

0 comments on commit 2bae473

Please sign in to comment.