Added new lines.

This commit is contained in:
James Cole
2016-02-10 16:01:18 +01:00
parent 4d6e244100
commit 426351bb54
44 changed files with 31 additions and 17 deletions

View File

@@ -78,4 +78,4 @@ class ExportJobRepository implements ExportJobRepositoryInterface
return Auth::user()->exportJobs()->where('key', $key)->first();
}
}
}

View File

@@ -36,4 +36,4 @@ interface ExportJobRepositoryInterface
*/
public function findByKey(string $key);
}
}