Sau bản cập nhật mới nhất của PHP Intelephense mà tôi nhận được hôm nay, intelephense tiếp tục hiển thị lỗi cho một biểu tượng không xác định cho tuyến đường của tôi (và cả lớp khác nữa), không có lỗi như thế này trước đây và nó làm phiền tôi.
Đây là ảnh chụp màn hình lỗi:
Và đây là mã của tôi:
Route::group(['prefix' => 'user', 'namespace' => 'Membership', 'name' => 'user.'], function () {
Route::get('profile', 'ProfileController@show')->name('profile.show');
Route::patch('profile', 'ProfileController@update')->name('profile.update');
Route::patch('change-password', 'ChangePasswordController@change')->name('change-password');
Route::get('role', 'ProfileController@getRole')->name('profile.role');
Route::get('summary', 'SummaryController@show')->name('summary');
Route::get('reserved', 'AuctionController@reservedAuction')->name('reserved');
});
Trên thực tế không có lỗi trong mã này nhưng intelephense tiếp tục hiển thị một lỗi vì vậy có cách nào để khắc phục điều này không?
api.php
, hãy xem câu trả lời của @ user12483351 bên dưới. Điều đó đã sửa nó cho tôi. Tôi đang dùng Intelephese 1.3.6.