plugin
plugin copied to clipboard
[Bug]: Auth::user() - autocomplete does not work
Bug description
After update to Laravel 11 the autocomplete doesnt work for Auth::user() properties
Plugin version
8.1.3.233
Operating system
MacOS
Steps to reproduce
No response
Relevant log output
No response
Also for $request variable
public function index(Request $request): View
{
$vendor = $request->user()->name;
return view('merchant.report_technology', [
'title' => __('titles.merchant.disposition'),
'view' => '',
'vendor' => Auth::user()->vendor,
'technology' => Auth::user()->vendor->technology->where('problem', 1),
]);
}
Fixed. Thanks. The update will be available soon.
Any time estimate for the fixed release? Thanks
next week.
Fixed in 8.1.4