belongsTo('App\Entities\Agencies\Agency'); } public function projects() { return $this->hasMany('App\Entities\Projects\Project', 'customer_id'); } }