Skip to content

Commit f6ba4ad

Browse files
committed
fix: replace tab with spaces
1 parent 26a3b62 commit f6ba4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public function fromOAuth(array $userData): bool
444444
*/
445445
public function find($id)
446446
{
447-
$this->checkDbConnection();
447+
$this->checkDbConnection();
448448

449449
$userData = $this->db->select(Config::get('db.table'))->find($id);
450450

0 commit comments

Comments
 (0)