Skip to content

Commit

Permalink
fix formatting (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru authored Mar 29, 2023
1 parent 271de10 commit 2b54608
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/TokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ protected function getPasswordlessTable(): Builder
return $this->connection->table($this->table);
}

/**
* @return string
*/
protected function getTable(): string
{
return $this->table;
Expand Down
3 changes: 0 additions & 3 deletions src/Traits/PasswordlessAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ protected function verifyMagicLink(Request $request): string|Authenticatable|Can
return $user;
}

/**
* @param $user
*/
public function authenticateUser($user)
{
auth()->login($user);
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ protected function defineDatabaseMigrations()
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
* @return array
*/
protected function getPackageProviders($app): array
{
Expand Down

0 comments on commit 2b54608

Please sign in to comment.