Skip to content

Commit feb4e60

Browse files
authored
Remove deprecation method (#42590)
1 parent c031bda commit feb4e60

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Illuminate/Foundation/Bootstrap/HandleExceptions.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,6 @@ public function handleError($level, $message, $file = '', $line = 0, $context =
7676
}
7777
}
7878

79-
/**
80-
* Reports a deprecation to the "deprecations" logger.
81-
*
82-
* @param string $message
83-
* @param string $file
84-
* @param int $line
85-
* @return void
86-
*
87-
* @deprecated Use handleDeprecationError instead.
88-
*/
89-
public function handleDeprecation($message, $file, $line)
90-
{
91-
$this->handleDeprecationError($message, $file, $line);
92-
}
93-
9479
/**
9580
* Reports a deprecation to the "deprecations" logger.
9681
*

0 commit comments

Comments
 (0)