Move eloquent helpers docblocks to ide-helper-models

This commit is contained in:
Bubka
2024-06-27 13:36:27 +02:00
parent 9bbc0ba8ad
commit 0ce5db371f
7 changed files with 207 additions and 265 deletions

View File

@ -10,12 +10,7 @@ use Illuminate\Database\Eloquent\Model;
* @property int $id
* @property string $key
* @property string $value
* @method static \Illuminate\Database\Eloquent\Builder|Option newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Option newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|Option query()
* @method static \Illuminate\Database\Eloquent\Builder|Option whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Option whereKey($value)
* @method static \Illuminate\Database\Eloquent\Builder|Option whereValue($value)
*
* @mixin \Eloquent
*/
class Option extends Model