belongsTo(User::class); } public function executions() { return $this->hasMany(Execution::class); } }