RF
Size: a a a
RF
S
AH
SS
copy($source, $target);
unlink($source);
S
public function getIsPaidAttribute()
{
return $this->isPaid();
}
$company->is_paid- так выводится норм.
->where(function($query) {
$query->where('is_paid', true);
})
AH
S
public function getIsPaidAttribute()
{
return $this->isPaid();
}
$company->is_paid- так выводится норм.
->where(function($query) {
$query->where('is_paid', true);
})
->where('is_paid', true)- тоже ошибка,
SQLSTATE[42S22]: Column not found
SS
->where('is_paid', true)- тоже ошибка,
SQLSTATE[42S22]: Column not found
S
SS
S
SS
SS
S
S
S
S
ii
increment
$postId->views++;
$postId->save();
SS
D