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

@@ -3,7 +3,7 @@
/**
* Hashids connection config (per model class).
*
* Wired by App\Hashids\HashidsServiceProvider using the hashids/hashids package.
* Wired by App\Services\Hashids\HashidsServiceProvider using the hashids/hashids package.
*/
use App\Models\Company;