for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Spinzar\Firewall\Events;
class AttackDetected
{
public $log;
/**
* Create a new event instance.
*/
public function __construct($log)
$this->log = $log;
}