initial: bootstrap from BukidBountyApp base
This commit is contained in:
13
config/annotations.php
Normal file
13
config/annotations.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'scan' => [
|
||||
'paths' => [
|
||||
],
|
||||
'ignore_annotations' => [
|
||||
'mixin',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user