table('promo') ->idVar('id_promo') ->load($id); } public function user() { return User::o($this->id_user); } public function restaurant() { return Restaurant::o($this->id_restaurant); } }