Skip to content

Instantly share code, notes, and snippets.

View kdocki's full-sized avatar

Kelt Dockins kdocki

View GitHub Profile
@kdocki
kdocki / CrazyEloquentGuardEvent.php
Created December 28, 2013 21:36
crazy eloquent guard event
<?php
class CrazyEloquentGuardEvent implements EventInterface
{
public function start($watcher)
{
// nothing to do here when guard firsts starts up
}
public function stop()