1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 05:07:41 +02:00

feat(expressions): update fetch expression

This commit is contained in:
Awilum
2022-09-01 14:39:58 +03:00
parent 15e06334dc
commit 8e96435341

View File

@@ -39,7 +39,7 @@ class FetchExpressionsMethods
*
* @param string $resource A resource that you wish to fetch.
* @param array $options Options.
* @return Glowy\Arrays\Arrays|GuzzleHttp\Psr7\Response Returns the data from the resource or empty collection on failure.
* @return mixed Returns the data from the resource or empty collection on failure.
*/
function fetch(string $resource, array $options = [])
{