mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Modernize VisitLocation entity
This commit is contained in:
@@ -18,7 +18,7 @@ class VisitLocationTest extends TestCase
|
||||
$payload = new Location(...$args);
|
||||
$location = VisitLocation::fromGeolocation($payload);
|
||||
|
||||
self::assertEquals($isEmpty, $location->isEmpty());
|
||||
self::assertEquals($isEmpty, $location->isEmpty);
|
||||
}
|
||||
|
||||
public static function provideArgs(): iterable
|
||||
|
||||
Reference in New Issue
Block a user