Small bug fixes.

This commit is contained in:
James Cole
2016-03-14 20:47:13 +01:00
parent be58da539e
commit 631bafc6ab
3 changed files with 6 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class AttachmentController extends Controller
* @throws FireflyException
*
*/
public function download(Attachment $attachment, AttachmentHelperInterface $helper)
public function download(Attachment $attachment)
{
// create a disk.
$disk = Storage::disk('upload');