Skip to content

Instantly share code, notes, and snippets.

View acidjazz's full-sized avatar
🎯
Focusing

kevin olson acidjazz

🎯
Focusing
View GitHub Profile
@acidjazz
acidjazz / service
Created September 15, 2017 09:10
service
<?php
namespace Everest\Services\ActiveShopper;
use Everest\Entities\Dealers\DealerInterface;
class ActiveShopper implements ActiveShopperInterface
{