Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gredu_labs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
gredu_labs
Commits
2daa66d0
Commit
2daa66d0
authored
Mar 23, 2016
by
Vassilis Kanellopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove delete app form middleware
parent
05ab74fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
module/debug/bootstrap.php
module/debug/bootstrap.php
+0
-12
No files found.
module/debug/bootstrap.php
View file @
2daa66d0
...
...
@@ -36,16 +36,4 @@ return function (Slim\App $app) {
return
$logger
;
});
},
-
10
);
// $events('on', 'app.bootstrap', function ($app, $container) {
// $container->get('router')->getNamedRoute('application_form')->add(function ($req, $res, $next) {
// $school_id = $req->getAttribute('school')->id;
// $appForm = RedBeanPHP\R::findOne('applicationform', 'school_id = ?', [$school_id]);
// if ($appForm) {
// RedBeanPHP\R::trash($appForm);
// }
//
// return $next($req, $res);
// });
// }, -10);
};
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