We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef0384 commit b29061eCopy full SHA for b29061e
1 file changed
src/Application/BaseApplication.php
@@ -46,9 +46,7 @@ public function handle($request, $response, $data)
46
47
public function after()
48
{
49
- if ($this->currentProject) {
50
- $project = $this->currentProject;
51
- }
+ return;
52
}
53
54
protected function getArguments()
0 commit comments