Laravel 13 upgrade, updates and fixes

This commit is contained in:
mchev
2026-03-21 18:53:33 +01:00
parent 48abd9020d
commit 186ab35fd4
34 changed files with 3849 additions and 2098 deletions

View File

@@ -1,12 +1,9 @@
<?php
/**
* Copyright (c) Vincent Klaiber.
* Hashids connection config (per model class).
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @see https://github.com/vinkla/laravel-hashids
* Wired by App\Hashids\HashidsServiceProvider using the hashids/hashids package.
*/
use App\Models\Company;