Some added newlines.

This commit is contained in:
James Cole 2015-07-19 09:38:44 +02:00
parent c0ea19e15e
commit fb722f06b9
7 changed files with 7 additions and 7 deletions

View File

@ -215,4 +215,4 @@ class AttachmentHelper implements AttachmentHelperInterface
}
}
}

View File

@ -38,4 +38,4 @@ interface AttachmentHelperInterface
*/
public function getAttachmentLocation(Attachment $attachment);
}
}

View File

@ -107,4 +107,4 @@ class AttachmentController extends Controller
}
}
}

View File

@ -187,4 +187,4 @@ class Attachment extends Model
$this->attributes['notes'] = Crypt::encrypt($value);
}
}
}

View File

@ -29,4 +29,4 @@ class AttachmentRepository implements AttachmentRepositoryInterface
return $attachment;
}
}
}

View File

@ -19,4 +19,4 @@ interface AttachmentRepositoryInterface
* @return Attachment
*/
public function update(Attachment $attachment, array $attachmentData);
}
}

View File

@ -10,4 +10,4 @@
</div>
<button class="btn btn-sm btn-default" data-role="end">{{ 'end-tour'|_ }}</button>
</div>
</div>
</div>