Skip to content

Commit 7cc7283

Browse files
authored
Remove unneeded abstract handle() method
1 parent e686a14 commit 7cc7283

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

system/Log/Handlers/BaseHandler.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ public function canHandle(string $level): bool
4747
return in_array($level, $this->handles, true);
4848
}
4949

50-
/**
51-
* Handles logging the message.
52-
* If the handler returns false, then execution of handlers
53-
* will stop. Any handlers that have not run, yet, will not
54-
* be run.
55-
*
56-
* @param string $level
57-
* @param string $message
58-
*/
59-
abstract public function handle($level, $message): bool;
60-
6150
/**
6251
* Stores the date format to use while logging messages.
6352
*/

0 commit comments

Comments
 (0)