File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 77 "deb/ease-fluentpdo" : " *" ,
88 "deb/ease-html" : " *" ,
99 "deb/ease-html-widgets" : " *" ,
10- "deb/ease-bootstrap5" : " *"
10+ "deb/ease-bootstrap5" : " *" ,
11+ "league/oauth2-client" : " dev-master" ,
12+ "deb/csas-accountsapi" : " *"
1113 },
1214 "license" : " MIT" ,
1315 "authors" : [
5052 {
5153 "type" : " path" ,
5254 "url" : " /usr/share/php/EaseTWB5Widgets/"
55+ },
56+ {
57+ "type" : " path" ,
58+ "url" : " /usr/share/php/CSasAccounts/"
5359 }
5460 ]
5561}
Original file line number Diff line number Diff line change 5959
6060$ appRow = new \Ease \TWB5 \Row ();
6161$ opsCol = $ appRow ->addColumn (6 , [
62- new \Ease \Html \ImgTag ($ app ->getDataValue ('logo ' ) ? $ app -> getDataValue ( ' logo ' ) : 'images/unknown.svg ' ),
62+ new \Ease \Html \ImgTag ($ app ->getDataValue ('logo ' ) ?: 'images/unknown.svg ' ),
6363 new AppTokenTable ($ app ),
6464]);
6565
You can’t perform that action at this time.
0 commit comments