Update view factory. Add resource helper
This commit is contained in:
parent
94ea72f26a
commit
246bbed148
4 changed files with 72 additions and 11 deletions
|
@ -44,4 +44,12 @@ class BootstrapFactory {
|
|||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function resourcePath()
|
||||
{
|
||||
return "../resources/";
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue