Build import job API endpoint.

This commit is contained in:
James Cole
2018-12-08 08:22:53 +01:00
parent 00fb809ab9
commit 3b15415a1b
6 changed files with 289 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property array extended_status
* @property int id
* @property Carbon $created_at
* @property Carbon $updated_at
*/
class ImportJob extends Model
{