Skip to content

Commit d6e0421

Browse files
authoredAug 8, 2024··
Update StoreNodeRequest.php (#531)
1 parent e8e1958 commit d6e0421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function rules(array $rules = null): array
2020
return collect($rules ?? Node::getRules())->only([
2121
'public',
2222
'name',
23+
'description',
2324
'fqdn',
2425
'scheme',
2526
'behind_proxy',

0 commit comments

Comments
 (0)
Please sign in to comment.