withrs

Results 1 comments of withrs

I noticed that when I click `$this->otherModel->some_attribute`, laravel-idea takes me to the `getSomeAttribute` function. However, when I click `$this->some_attribute`, laravel-idea takes me to `_ide_helper_models_fcbef240bab02b28bcdf663e7b60a935.php`. This means that clicking directly on...