<?php namespace App\Models\Enums; enum ContainerACL: string { case PRIVATE = 'private'; case CUSTOM = 'custom'; }