Skip to content

Commit 2a72ae3

Browse files
committed
Add params var
1 parent 272dbe9 commit 2a72ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Inertia.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class Inertia implements ContextAware, WithContext
1111
use ContextAwareTrait;
1212
use WithContextTrait;
1313

14+
protected array $_params = [];
15+
1416
public function getVersion(): string
1517
{
1618
return $this->_hashDirectory($this->getContext()->getProjectRoot() . DIRECTORY_SEPARATOR . 'resources');

0 commit comments

Comments
 (0)