All code for bunq.

This commit is contained in:
James Cole
2018-05-23 12:36:12 +02:00
parent 4db2ec60e0
commit 2b2f37a8c9
56 changed files with 1168 additions and 4484 deletions

View File

@@ -38,6 +38,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $key
* @property string $provider
* @property string $file_type
* @property int $tag_id
* @property Tag $tag
*/
class ImportJob extends Model
{