Skip to content

Commit

Permalink
Make method to get the scan file storage path publicly accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethlawson committed Jul 16, 2017
1 parent 9507f42 commit f6d0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/ScanIdentificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public function getProvisionalStoragePath(int $workspaceId): string
*
* @return string
*/
protected function getScanFileStorageBasePath(): string
public function getScanFileStorageBasePath(): string
{
return storage_path('scans') . DIRECTORY_SEPARATOR;
}
Expand Down

0 comments on commit f6d0c69

Please sign in to comment.