settings for tag

This commit is contained in:
2024-11-29 16:54:35 +03:00
parent 0ed97877fd
commit b981ff0c44
5 changed files with 83 additions and 4 deletions

View File

@ -121,7 +121,7 @@ class EntityRelation
return false;
}
public function addEntityRelation(string $entity, string $property): bool
public static function addEntityRelation(string $entity, string $property): bool
{
$entity_relations_info = Option::where("key", "entity_relations")->first();
if ($entity_relations_info) {