Include softdelete

This commit is contained in:
James Cole
2018-06-20 21:16:42 +02:00
parent 18f779c6de
commit 1222184b68
6 changed files with 11 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* Class TransactionType.
*
* @property string $type
* @property int $id
*/
class TransactionType extends Model
{