10000 Change exception's handler ignore method to public (#36550) · laravel/framework@84c78b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84c78b9

Browse files
authored
Change exception's handler ignore method to public (#36550)
1 parent e16f4b6 commit 84c78b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function map($from, $to = null)
191191
* @param string $class
192192
* @return $this
193193
*/
194-
protected function ignore(string $class)
194+
public function ignore(string $class)
195195
{
196196
$this->dontReport[] = $class;
197197

0 commit comments

Comments
 (0)
0