Fix geography error

This commit is contained in:
Jonny Barnes 2020-09-13 17:13:47 +01:00
parent ee915e7d9f
commit e36345ca53
12 changed files with 270 additions and 12 deletions

View file

@ -18,7 +18,7 @@ use Spatie\CommonMarkHighlighter\FencedCodeRenderer;
use Spatie\CommonMarkHighlighter\IndentedCodeRenderer;
/**
* App\Models\Article.
* App\Models\Article
*
* @property int $id
* @property string $titleurl

View file

@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Support\Carbon;
/**
* App\Models\Bookmark.
* App\Models\Bookmark
*
* @property int $id
* @property string $url

View file

@ -10,7 +10,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Carbon;
/**
* App\Models\Contact.
* App\Models\Contact
*
* @property int $id
* @property string $nick

View file

@ -13,7 +13,7 @@ use Illuminate\Support\Carbon;
use Mf2;
/**
* App\Models\Like.
* App\Models\Like
*
* @property int $id
* @property string $url

View file

@ -12,7 +12,7 @@ use Illuminate\Support\Carbon;
use Illuminate\Support\Str;
/**
* App\Models\Media.
* App\Models\Media
*
* @property int $id
* @property string|null $token

View file

@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Support\Carbon;
/**
* App\Models\MicropubClient.
* App\Models\MicropubClient
*
* @property int $id
* @property string $client_url

View file

@ -22,7 +22,7 @@ use Normalizer;
use Spatie\CommonMarkHighlighter\{FencedCodeRenderer, IndentedCodeRenderer};
/**
* App\Models\Note.
* App\Models\Note
*
* @property int $id
* @property string|null $note

View file

@ -15,14 +15,14 @@ use MStaack\LaravelPostgis\Eloquent\PostgisTrait;
use MStaack\LaravelPostgis\Geometries\Point;
/**
* App\Models\Place.
* App\Models\Place
*
* @property int $id
* @property string $name
* @property string $slug
* @property string|null $description
* @property Point $location
* @property string|null $polygon
* @property mixed|null $polygon
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property string|null $icon

View file

@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Support\Carbon;
/**
* App\Models\Tag.
* App\Models\Tag
*
* @property int $id
* @property string $tag

View file

@ -13,7 +13,7 @@ use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Carbon;
/**
* App\Models\User.
* App\Models\User
*
* @property int $id
* @property string $name

View file

@ -17,7 +17,7 @@ use Jonnybarnes\WebmentionsParser\Authorship;
use Jonnybarnes\WebmentionsParser\Exceptions\AuthorshipParserException;
/**
* App\Models\WebMention.
* App\Models\WebMention
*
* @property int $id
* @property string $source