%PDF- %PDF-
| Direktori : /www/loslex/test/vendor/asanikovich/laravel-spatial/tests/Custom/ |
| Current File : /www/loslex/test/vendor/asanikovich/laravel-spatial/tests/Custom/CustomPoint.php |
<?php
declare(strict_types=1);
namespace ASanikovich\LaravelSpatial\Tests\Custom;
use ASanikovich\LaravelSpatial\Geometry\Point;
class CustomPoint extends Point
{
}