Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gredu_labs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
ee7e8526
Commit
ee7e8526
authored
Mar 03, 2016
by
Georgios Tsakalos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug in bootstrap
parent
39c2e269
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
module/schools/bootstrap.php
module/schools/bootstrap.php
+1
-1
No files found.
module/schools/bootstrap.php
View file @
ee7e8526
...
@@ -124,7 +124,7 @@ return function (Slim\App $app) {
...
@@ -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
(
return
new
Action\Software\DeleteSoftware
(
$c
->
get
(
Service\SoftwareServiceInterface
::
class
)
$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