diff --git a/framework/core/src/Console/InstallCommand.php b/framework/core/src/Console/InstallCommand.php index d709e8013..a2f81479f 100644 --- a/framework/core/src/Console/InstallCommand.php +++ b/framework/core/src/Console/InstallCommand.php @@ -1,7 +1,6 @@ app = $app; - } - /** * Execute the console command. * diff --git a/framework/core/src/Console/SeedCommand.php b/framework/core/src/Console/SeedCommand.php index f8db5eee4..e05222310 100644 --- a/framework/core/src/Console/SeedCommand.php +++ b/framework/core/src/Console/SeedCommand.php @@ -1,7 +1,6 @@ app = $app; - } - /** * Execute the console command. *