1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 05:08:21 +01:00
LinkAce/lang/nl_NL/attributes.php

12 lines
249 B
PHP

<?php
use App\Enums\ModelAttribute;
return [
'visibility' => [
ModelAttribute::VISIBILITY_PUBLIC => 'Openbaar',
ModelAttribute::VISIBILITY_INTERNAL => 'Intern',
ModelAttribute::VISIBILITY_PRIVATE => 'Privé',
],
];