Skip to content

Commit

Permalink
chore: workaround for UndefinedClass
Browse files Browse the repository at this point in the history
UndefinedClass: Class, interface or enum named App\Controllers\Product does not exist (see https://psalm.dev/019)
  • Loading branch information
kenjis committed Nov 19, 2023
1 parent 4907a18 commit 41baeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm_autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

$dirs = [
'tests/_support/Controllers',
'tests/_support/_controller',
];

foreach ($dirs as $dir) {
Expand Down

0 comments on commit 41baeea

Please sign in to comment.