-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
class ShortURL extends Model | ||
{ | ||
/** | ||
* @extends Factory<ShortURL> | ||
* @use Factory<ShortURL> | ||
*/ | ||
use HasFactory; | ||
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.1 - Laravel 10.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.2 - Laravel 10.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.2 - Laravel 11.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.2 - Laravel 11.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.3 - Laravel 10.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.3 - Laravel 11.*
Check failure on line 40 in src/Models/ShortURL.php GitHub Actions / PHP8.3 - Laravel 11.*
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
class ShortURLVisit extends Model | ||
{ | ||
/** | ||
* @extends Factory<ShortURLVisit> | ||
* @use Factory<ShortURLVisit> | ||
*/ | ||
use HasFactory; | ||
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.1 - Laravel 10.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.2 - Laravel 10.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.2 - Laravel 11.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.2 - Laravel 11.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.3 - Laravel 10.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.3 - Laravel 11.*
Check failure on line 32 in src/Models/ShortURLVisit.php GitHub Actions / PHP8.3 - Laravel 11.*
|
||
|
||
|