We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error, line 94 File: vendor\bread-templates\src\TemplatesManager.php
templateModified() => static function and getPath() => no static function
public static function templateModified(Template $template) { $_file = $this->getPath($template->slug); => Error //$_file = resource_path('views/vendor/voyager/templates/').$template->slug.'.blade.php'; => OK
The text was updated successfully, but these errors were encountered:
Hey @d3turnes, thanks for the message, I'll check that.
Sorry, something went wrong.
Also hooks are not working when a bread has relationships fields. :-( Please suggest..
No branches or pull requests
Error, line 94
File: vendor\bread-templates\src\TemplatesManager.php
templateModified() => static function
and
getPath() => no static function
public static function templateModified(Template $template) {
$_file = $this->getPath($template->slug); => Error
//$_file = resource_path('views/vendor/voyager/templates/').$template->slug.'.blade.php'; => OK
The text was updated successfully, but these errors were encountered: