<?php namespace App\Services\History\Converter; class WhitelistConverter implements ConverterContact { public function handle(mixed $value) { // TODO: Implement handle() method. } }