mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
Laravel 12 support (#44)
* Laravel 12 support * bump dev dependencies * resolve phpstan issue, restrict version constraints * fix phpcsfixer CI action
This commit is contained in:
parent
f6fd5f4a55
commit
0a2eef4db4
4 changed files with 11 additions and 11 deletions
|
|
@ -240,7 +240,7 @@ class SEOManager
|
|||
/** Has a specific tag been set? */
|
||||
public function hasRawTag(string $key): bool
|
||||
{
|
||||
return isset($this->tags[$key]) && ($this->tags[$key] !== null);
|
||||
return isset($this->tags[$key]);
|
||||
}
|
||||
|
||||
/** Has a specific meta tag been set? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue