Skip to content

Commit 7128c0e

Browse files
committed
fix: Add PHPStan ignore comment for unused trait in HasJsonExports
1 parent 6bca6ed commit 7128c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/Models/Traits/HasJsonExports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Illuminate\Support\Str;
88
use ReflectionClass;
99

10+
/** @phpstan-ignore trait.unused */
1011
trait HasJsonExports
1112
{
1213
public static function bootHasJsonExports(): void

0 commit comments

Comments
 (0)