This website works better with JavaScript
Home
Explore
Help
Register
Sign In
huiwu
/
serve
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1dc810629c
Branches
Tags
dev-wugg
env-dbconfig
master
serve
/
app
/
admin
/
library
/
crud
/
stubs
/
mixins
/
model
/
getters
/
jsonDecode.stub
jsonDecode.stub
121 B
History
Raw
1
2
3
4
5
public function get{%field%}Attr($value): array
{
return !$value ? [] : json_decode($value, true);
}