This commit is contained in:
James Cole
2018-06-24 13:46:34 +02:00
parent 72cca5ccbf
commit e05664f34f
5 changed files with 9 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
*
* @property User $user
* @property int $bill_id
* @property Collection $categories
*/
class TransactionJournal extends Model
{