Add meta data to models.

This commit is contained in:
James Cole
2021-09-18 10:08:10 +02:00
parent b3a98d7079
commit 481a6bdd5f
17 changed files with 87 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $location
* @property string $liability_direction
* @property string $current_debt
* @property int|null $user_group_id
* @method static EloquentBuilder|Account whereUserGroupId($value)
*/
class Account extends Model
{