Resource categories

This commit is contained in:
CHIEFSOFT\ameye
2023-07-01 12:56:39 -04:00
parent d22d5f5721
commit f09e3c4f41
+6 -4
View File
@@ -72,7 +72,11 @@ class WrenchResources extends BaseController
"name" => "created", "name" => "created",
"content" => "Created", "content" => "Created",
], ],
[
]
];
/*
* [
"id" => "4", "id" => "4",
"name" => "hidden", "name" => "hidden",
"content" => "Hidden", "content" => "Hidden",
@@ -87,9 +91,7 @@ class WrenchResources extends BaseController
"name" => "activity", "name" => "activity",
"content" => "Activity", "content" => "Activity",
], ],
] */
];
return $arrayVar; return $arrayVar;
} }