<?php
return [
    'media' => [
        'index',
        'create',
        'store',
        'edit',
        'update',
        'destroy',
    ]
];