generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b927a5
commit 9eff682
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ public function getTenants(Panel $panel): Collection | |
} | ||
|
||
/** | ||
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany<\DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam> | ||
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany<\DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam, static> | ||
*/ | ||
public function teams(): BelongsToMany | ||
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.3 - Laravel 10.* - ubuntu-latest
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.2 - Laravel 10.* - ubuntu-latest
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.3 - Laravel 10.* - ubuntu-latest
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.1 - Laravel 10.* - ubuntu-latest
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.2 - Laravel 10.* - ubuntu-latest
Check failure on line 32 in tests/Fixtures/TestTenantUser.php GitHub Actions / PHP 8.1 - Laravel 10.* - ubuntu-latest
|
||
{ | ||
|