mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some added newlines.
This commit is contained in:
parent
c0ea19e15e
commit
fb722f06b9
@ -215,4 +215,4 @@ class AttachmentHelper implements AttachmentHelperInterface
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ interface AttachmentHelperInterface
|
||||
*/
|
||||
public function getAttachmentLocation(Attachment $attachment);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -107,4 +107,4 @@ class AttachmentController extends Controller
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -187,4 +187,4 @@ class Attachment extends Model
|
||||
$this->attributes['notes'] = Crypt::encrypt($value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class AttachmentRepository implements AttachmentRepositoryInterface
|
||||
return $attachment;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ interface AttachmentRepositoryInterface
|
||||
* @return Attachment
|
||||
*/
|
||||
public function update(Attachment $attachment, array $attachmentData);
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@
|
||||
</div>
|
||||
<button class="btn btn-sm btn-default" data-role="end">{{ 'end-tour'|_ }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user