Remove superfluous json_decode
This commit is contained in:
parent
5e9fde8227
commit
ba45684d15
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Adonis {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return json_decode($res);
|
return $res;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue