Skip to content

Commit

Permalink
Change exception's handler ignore method to public (#36550)
Browse files Browse the repository at this point in the history
  • Loading branch information
smujaddid authored Mar 11, 2021
1 parent e16f4b6 commit 84c78b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function map($from, $to = null)
* @param string $class
* @return $this
*/
protected function ignore(string $class)
public function ignore(string $class)
{
$this->dontReport[] = $class;

Expand Down

0 comments on commit 84c78b9

Please sign in to comment.