Move Hashids classes from app/Hashids to app/Services/Hashids

This commit is contained in:
Darko Gjorgjijoski
2026-04-03 15:41:05 +02:00
parent 0ce88ab817
commit e208e3ba56
6 changed files with 27 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Hashids;
namespace App\Services\Hashids;
use Hashids\Hashids;
use Illuminate\Support\Arr;

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Hashids;
namespace App\Services\Hashids;
use Hashids\Hashids;
use Illuminate\Contracts\Config\Repository;

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Hashids;
namespace App\Services\Hashids;
use Hashids\Hashids as HashidsClient;
use Illuminate\Contracts\Container\Container;