Viewing File: /home/xaimptsg/public_html/src/vendor/akaunting/laravel-firewall/src/Events/AttackDetected.php

<?php

namespace Akaunting\Firewall\Events;

class AttackDetected
{
    public $log;

    /**
     * Create a new event instance.
     */
    public function __construct($log)
    {
        $this->log = $log;
    }
}
Back to Directory