mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Apply suggestions from code review
This commit is contained in:
@@ -322,9 +322,9 @@ class Specs extends Action
|
||||
|
||||
// add wild card if applicable
|
||||
if ($subNode['$resource'] ?? false) {
|
||||
$pattern = "{$key}.*";
|
||||
$pattern = '{$key}.*';
|
||||
} else {
|
||||
$pattern = "{$key}";
|
||||
$pattern = '{$key}';
|
||||
}
|
||||
|
||||
$model = isset($subNode['$model']) ? $subNode['$model'] : $parentModel;
|
||||
|
||||
Reference in New Issue
Block a user