© 2026 Hedgehog Software, LLC
use App\Models\Admin; use Illuminate\Contracts\Auth\Authenticatable; $this->app->bind(Authenticatable::class, Admin::class);