<?php

use App\Enums\PromotionType;

return [
    PromotionType::SMALL   => 'Small',
    PromotionType::BIG => 'Big',

];