<?php declare(strict_types=1);

namespace App\Engine\VisitorsNotification;

enum LocationEnum: string
{

    case Homepage = "homepage";
    case Everywhere = "everywhere";

}
