diff --git a/composer.json b/composer.json index 045aded..61c3778 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,12 @@ "name": "netsells/laravel-geoscope", "description": "An easy to use trait that can be added to models to allow distance based scopes to be applied", "type": "library", + "keywords": [ + "laravel", + "latitude", + "longitude", + "distance" + ], "license": "MIT", "authors": [ { diff --git a/tests/Integration/Database/Factories/TestFactory.php b/tests/Integration/Database/Factories/TestFactory.php index fd1e6f4..1465b74 100644 --- a/tests/Integration/Database/Factories/TestFactory.php +++ b/tests/Integration/Database/Factories/TestFactory.php @@ -1,8 +1,7 @@ define( diff --git a/tests/Integration/Database/Models/Test.php b/tests/Integration/Database/Models/Test.php index 77e94b1..fe22851 100644 --- a/tests/Integration/Database/Models/Test.php +++ b/tests/Integration/Database/Models/Test.php @@ -1,6 +1,6 @@