Skip to content

Commit 8c3dabf

Browse files
committed
Fixed tests
1 parent 9aa5cb4 commit 8c3dabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasPods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait HasPods
1111
*
1212
* @var Closure|null
1313
*/
14-
protected $podSelctorCallback;
14+
protected static $podSelctorCallback;
1515

1616
/**
1717
* Get the selector for the pods that are owned by this resource.

0 commit comments

Comments
 (0)