Skip to content

Commit 96471e4

Browse files
committed
updated TemplatePath visibility
1 parent 80ec41d commit 96471e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tables/Builders/Permission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public function query(): Builder
2020

2121
public function templatePath(): string
2222
{
23-
return static::TemplatePath;
23+
return self::TemplatePath;
2424
}
2525
}

0 commit comments

Comments
 (0)