Files
BarangaySystem/config/annotations.php
2026-06-06 18:43:00 +08:00

14 lines
166 B
PHP

<?php
declare(strict_types=1);
return [
'scan' => [
'paths' => [
],
'ignore_annotations' => [
'mixin',
],
],
];