Skip to content

Commit da55a85

Browse files
committed
Update SchemaOrg.php
1 parent 15af663 commit da55a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SchemaOrg.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,11 +699,11 @@ public function __call($method, $args)
699699
*/
700700
public static function schemas()
701701
{
702-
if (null === static::$instance) {
703-
static::$instance = new static();
702+
if (null === self::$instance) {
703+
self::$instance = new self();
704704
}
705705

706-
return static::$instance;
706+
return self::$instance;
707707
}
708708

709709
/**

0 commit comments

Comments
 (0)