Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
ee933d95
Commit
ee933d95
authored
Feb 11, 2016
by
Georgios Tsakalos
Browse files
update bootstrap file with asset service
parent
d9ec9d08
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/bootstrap.php
View file @
ee933d95
...
...
@@ -67,6 +67,13 @@ return function (Slim\App $app) {
);
};
$container
[
'assetservice'
]
=
function
(
$c
){
return
new
GrEduLabs\Schools\Service\AssetService
(
$c
->
get
(
'schoolservice'
),
$c
->
get
(
'labservice'
)
);
};
$events
=
$container
[
'events'
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment