Various code cleanup. [skip ci]

This commit is contained in:
James Cole
2018-01-17 09:32:18 +01:00
parent ccf1a6c182
commit 3ccb791674
6 changed files with 17 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ class AttachmentCollector extends BasicCollector implements CollectorInterface
*/
public function __construct()
{
// @var AttachmentRepositoryInterface repository
/** @var AttachmentRepositoryInterface repository */
$this->repository = app(AttachmentRepositoryInterface::class);
// make storage:
$this->uploadDisk = Storage::disk('upload');