mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06: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