mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 03:34:06 +00:00
Move Hashids classes from app/Hashids to app/Services/Hashids
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Hashids;
|
||||
namespace App\Services\Hashids;
|
||||
|
||||
use Hashids\Hashids;
|
||||
use Illuminate\Support\Arr;
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Hashids;
|
||||
namespace App\Services\Hashids;
|
||||
|
||||
use Hashids\Hashids;
|
||||
use Illuminate\Contracts\Config\Repository;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user