Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc477bfb authored by theronakpatel's avatar theronakpatel
Browse files

php cs fixer applied

parent 619b8355
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -130,8 +130,7 @@ class LDAPConnectionService {
	 *
	 * @return string
	 */
	public function getCreateTimestamp(string $username): ?string
	{
	public function getCreateTimestamp(string $username): ?string {
		try {
			$conn = $this->getLDAPConnection();
			$baseDn = implode(',', $this->getLDAPBaseUsers());