Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPetrasek committed Mar 2, 2024
1 parent b126580 commit 9105cc0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils;
namespace Psys\Utils;

use Psr\Log\LoggerInterface;

Expand Down
2 changes: 1 addition & 1 deletion src/Html.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils;
namespace Psys\Utils;

class Html
{
Expand Down
2 changes: 1 addition & 1 deletion src/Misc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils;
namespace Psys\Utils;


class Misc
Expand Down
2 changes: 1 addition & 1 deletion src/Result.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils;
namespace Psys\Utils;

/**
* Used for returning a result of a function or method.
Expand Down
2 changes: 1 addition & 1 deletion src/Territory/CzechRepublic/Kraj.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\Territory\CzechRepublic;
namespace Psys\Utils\Territory\CzechRepublic;


enum Kraj :int
Expand Down
2 changes: 1 addition & 1 deletion src/Territory/CzechRepublic/KrajOkres.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\Territory\CzechRepublic;
namespace Psys\Utils\Territory\CzechRepublic;


class KrajOkres
Expand Down
2 changes: 1 addition & 1 deletion src/Territory/CzechRepublic/Okres.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\Territory\CzechRepublic;
namespace Psys\Utils\Territory\CzechRepublic;


enum Okres :string
Expand Down
2 changes: 1 addition & 1 deletion src/Territory/CzechRepublic/PrahaSpravniObvod.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\Territory\CzechRepublic;
namespace Psys\Utils\Territory\CzechRepublic;


enum PrahaSpravniObvod :int
Expand Down
2 changes: 1 addition & 1 deletion src/User/AccountState.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\User;
namespace Psys\Utils\User;


enum AccountState :int
Expand Down
2 changes: 1 addition & 1 deletion src/User/NaturalPerson/Sex.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Utils\User\NaturalPerson;
namespace Psys\Utils\User\NaturalPerson;


enum Sex :int
Expand Down

0 comments on commit 9105cc0

Please sign in to comment.