We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272dbe9 commit 2a72ae3Copy full SHA for 2a72ae3
src/Inertia.php
@@ -11,6 +11,8 @@ class Inertia implements ContextAware, WithContext
11
use ContextAwareTrait;
12
use WithContextTrait;
13
14
+ protected array $_params = [];
15
+
16
public function getVersion(): string
17
{
18
return $this->_hashDirectory($this->getContext()->getProjectRoot() . DIRECTORY_SEPARATOR . 'resources');
0 commit comments