سلام
خدمت دوستان عزیز
public function source(){
$event = $this->hasOne(Event::class)
->where('event.rabet','309')->select(['id','entry_id']);
return $this->hasOne(Event::class)
->where('event.rabet','-2')
->where('event.event_id', $event->id )->select(['id','free','entry_id']);
}
این فانکشن رو داخل class Entry extends Authenticatable ایجاد کردم, چطور میتونم $event->id رو در hasOne دومی استفاده کنم.
ممنون
$event = $this->hasOne(Event::class)
->where('event.rabet','309')->select(['id','entry_id'])->first();
سلام دوست عزیز نه متاسفانه
(Call to a member function addEagerConstraints() on integer)
بنده فانکشن source رو به صورت زیر در Controller فراخوانی کرده ام:
public function index($name){
$bank = Entry::with('title','source')->paginate(10);
}
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟