belongsTo(User::class); } /** * Get the app/service being overridden. */ public function app() { return $this->belongsTo(App::class); } }