belongsTo(User::class); } /** * Связь с DAG'ами, привязанными к этому кластеру. */ public function dags() { return $this->hasMany(dag::class); } }