Skip to content

Commit

Permalink
remove undefined call to loadConfiguration (#34167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed May 24, 2021
1 parent 4877823 commit 06b5e38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/src/Application/DaemonApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ public function isActive()
*/
public function loadConfiguration($data)
{
// Execute the parent load method.
parent::loadConfiguration($data);

/*
* Setup some application metadata options. This is useful if we ever want to write out startup scripts
* or just have some sort of information available to share about things.
Expand Down

0 comments on commit 06b5e38

Please sign in to comment.