Skip to content

Commit 57a74b0

Browse files
committed
chore: [LAR-131] fix phpstan config
1 parent fdbc834 commit 57a74b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
# Remove this config after migrate everything to livewire
1313
- app/Http/Controllers/*
1414
- app/Markdown/*
15-
- app/Traits/HasSlug.php
15+
- app/Models/Traits/HasSlug.php
1616
ignoreErrors:
1717
- "#^Cannot access property \\$transaction on array\\|object\\.$#"
1818
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)