This commit is contained in:
mchev
2026-03-21 18:59:53 +01:00
parent 186ab35fd4
commit c901114fc0
232 changed files with 685 additions and 403 deletions

View File

@@ -7,6 +7,7 @@ use App\Http\Requests\Customer\CustomerLoginRequest;
use App\Models\Company;
use App\Models\Customer;
use Hash;
use Illuminate\Http\Response;
use Illuminate\Support\Facades\Auth;
use Illuminate\Validation\ValidationException;
@@ -15,7 +16,7 @@ class LoginController extends Controller
/**
* Handle the incoming request.
*
* @return \Illuminate\Http\Response
* @return Response
*/
public function __invoke(CustomerLoginRequest $request, Company $company)
{