6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
return [
|
|
'unauthorized' => 'You are not authorized to access this resource.',
|
|
];
|