mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 16:54:51 +00:00
Add new optional beta email parser thats based on ImapEngine instead of Webklex
This commit is contained in:
14
plugins/vendor/psr/log/src/LoggerAwareInterface.php
vendored
Normal file
14
plugins/vendor/psr/log/src/LoggerAwareInterface.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Log;
|
||||
|
||||
/**
|
||||
* Describes a logger-aware instance.
|
||||
*/
|
||||
interface LoggerAwareInterface
|
||||
{
|
||||
/**
|
||||
* Sets a logger instance on the object.
|
||||
*/
|
||||
public function setLogger(LoggerInterface $logger): void;
|
||||
}
|
||||
Reference in New Issue
Block a user