mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-14 06:54:48 -05:00
Code optimisations.
This commit is contained in:
@@ -36,6 +36,12 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
* @property string $tag
|
||||
* @property int $id
|
||||
* @property \Carbon\Carbon $date
|
||||
* @property int zoomLevel
|
||||
* @property float longitude
|
||||
* @property float latitude
|
||||
* @property string description
|
||||
* @property string amount_sum
|
||||
* @property string tagMode
|
||||
*/
|
||||
class Tag extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user