Update meta files for 5.7.0 #5757

This commit is contained in:
James Cole
2022-02-28 07:48:58 +01:00
parent efb7d4275d
commit b59723f276
5 changed files with 575 additions and 704 deletions

View File

@@ -140,4 +140,12 @@ class RemoteUserGuard implements Guard
{
throw new FireflyException('Did not implement RemoteUserGuard::validate()');
}
/**
* @inheritDoc
*/
public function hasUser()
{
// TODO: Implement hasUser() method.
}
}