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 98d39da commit 426ce83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FileUploader.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace SymfonyUtils;
namespace Psys\SymfonyUtils;

use Symfony\Component\HttpFoundation\File\Exception\FileException;
use Symfony\Component\HttpFoundation\File\UploadedFile;
Expand Down
2 changes: 1 addition & 1 deletion src/FormErrors.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace SymfonyUtils;
namespace Psys\SymfonyUtils;

use Symfony\Component\Form\Form;

Expand Down
2 changes: 1 addition & 1 deletion src/MaintenanceMode.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SymfonyUtils;
namespace Psys\SymfonyUtils;

use Symfony\Bundle\SecurityBundle\Security;
use Symfony\Component\Filesystem\Filesystem;
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 SymfonyUtils;
namespace Psys\SymfonyUtils;

use Symfony\Component\Validator\Validator\ValidatorInterface;
use Symfony\Component\Validator\Constraints as Assert;
Expand Down

0 comments on commit 426ce83

Please sign in to comment.