mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 23:54:08 +01:00
@@ -91,6 +91,8 @@ final class Config extends BaseRepository implements ConfigRepository
|
||||
* @param string $param
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function getByParam(string $param): QueryResult
|
||||
{
|
||||
@@ -111,6 +113,8 @@ final class Config extends BaseRepository implements ConfigRepository
|
||||
* @param string $param
|
||||
*
|
||||
* @return bool
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function has(string $param): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user