EricMakesStuff\ServerMonitor\Notifications\Senders\Log::__construct PHP Метод

__construct() публичный Метод

public __construct ( Illuminate\Contracts\Logging\Log $log )
$log Illuminate\Contracts\Logging\Log
    public function __construct(LogContract $log)
    {
        $this->log = $log;
    }