chore: workaround for UndefinedClass

UndefinedClass: Class, interface or enum named App\Controllers\Product does not exist (see https://psalm.dev/019)
This commit is contained in:
kenjis 2023-11-20 06:48:15 +09:00
parent 4907a18306
commit 41baeea5a7
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -25,6 +25,7 @@ foreach ($helperDirs as $dir) {
$dirs = [
'tests/_support/Controllers',
'tests/_support/_controller',
];
foreach ($dirs as $dir) {