<?php declare(strict_types=1); use App\Users\SiteUserRole; return [ SiteUserRole::Customer => 'Klant', ];