8000 [9.x] Update to Symfony v6 and drop PHP 7.4 support by driesvints · Pull Request #37941 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content
8000

[9.x] Update to Symfony v6 and drop PHP 7.4 support #37941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update setHidden
  • Loading branch information
driesvints committed Jul 6, 2021
commit 1962bbfb600edeedc2988183a243f16371fa2d60
10 changes: 0 additions & 10 deletions src/Illuminate/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,6 @@ public function isHidden()
return $this->hidden;
}

/**
* {@inheritdoc}
*/
public function setHidden(bool $hidden)
{
parent::setHidden($this->hidden = $hidden);

return $this;
}

/**
* Get the Laravel application instance.
*
Expand Down
0