mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
Fix return type of SEOManager::meta
This commit is contained in:
parent
6a48873d07
commit
5b5115b8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class SEOManager
|
||||||
* Get or set metadata.
|
* Get or set metadata.
|
||||||
* @param string|array $key The key or key-value pair being set.
|
* @param string|array $key The key or key-value pair being set.
|
||||||
* @param string|array|null $value The value (if a single key is provided).
|
* @param string|array|null $value The value (if a single key is provided).
|
||||||
* @return $this|string
|
* @return $this|string|null
|
||||||
*/
|
*/
|
||||||
public function meta(string|array $key, string|array $value = null): mixed
|
public function meta(string|array $key, string|array $value = null): mixed
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue