We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b9169 commit 8ba291aCopy full SHA for 8ba291a
app/Models/Mount.php
@@ -74,7 +74,7 @@ public static function getRules()
74
$rules = parent::getRules();
75
76
$rules['source'][] = new NotIn(Mount::$invalidSourcePaths);
77
- $rules['target'][] = new NotIn(Mount::$invalidSourcePaths);
+ $rules['target'][] = new NotIn(Mount::$invalidTargetPaths);
78
79
return $rules;
80
}
0 commit comments