Skip to content

Instantly share code, notes, and snippets.

View oliverbj's full-sized avatar
🎯
Focusing

Oliver Busk Jensen oliverbj

🎯
Focusing
View GitHub Profile
<?php
namespace App\Iliad\Rules\Types;
use App\Iliad\Rules\Interfaces\DefaultRuleOutputInterface;
use App\Iliad\Models\IliadShipment;
use Illuminate\Support\Str;
class Destination implements DefaultRuleOutputInterface
{