mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
10 lines
148 B
PHP
10 lines
148 B
PHP
<?php
|
|
|
|
namespace Illuminate\Contracts\Log;
|
|
|
|
use Monolog\Processor\ProcessorInterface;
|
|
|
|
interface ContextLogProcessor extends ProcessorInterface
|
|
{
|
|
}
|