mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +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
|
|
{
|
|
}
|