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
itminedu
gredu_labs
Commits
ee7e8526
Commit
ee7e8526
authored
Mar 03, 2016
by
Georgios Tsakalos
Browse files
fix bug in bootstrap
parent
39c2e269
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/bootstrap.php
View file @
ee7e8526
...
...
@@ -124,7 +124,7 @@ return function (Slim\App $app) {
);
};
$container
[
Action\
Assets
\DeleteSoftware
::
class
]
=
function
(
$c
)
{
$container
[
Action\
Software
\DeleteSoftware
::
class
]
=
function
(
$c
)
{
return
new
Action\Software\DeleteSoftware
(
$c
->
get
(
Service\SoftwareServiceInterface
::
class
)
);
...
...
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