Skip to content

Commit b29061e

Browse files
committed
removed useless checks from BaseApplication::after
1 parent 8ef0384 commit b29061e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Application/BaseApplication.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public function handle($request, $response, $data)
4646

4747
public function after()
4848
{
49-
if ($this->currentProject) {
50-
$project = $this->currentProject;
51-
}
49+
return;
5250
}
5351

5452
protected function getArguments()

0 commit comments

Comments
 (0)