The method Dontdrinkandroot\Utils\EntityUtils::isUuid() has been deprecated with message: Use Ramsey\Uuid::isValid instead
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
28
return $this->findByUuid($idOrUuid);
29
}
30
31
return $this->find($idOrUuid);
32
}
33
34
/**
35
* @return UuidCrudRepositoryInterface
36
*/
37
10
protected function getRepository(): CrudRepositoryInterface
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.