Skip to content

Commit 2145374

Browse files
committed
Make svc method available for all
1 parent ba899c5 commit 2145374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WebApp/Page.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,9 @@ public function getJavascript() {
277277
protected function dao($name) {
278278
return $this->app->dao($name);
279279
}
280+
281+
protected function svc($name) {
282+
return $this->app->svc($name);
283+
}
280284
}
281285

0 commit comments

Comments
 (0)