Only public folder should be mirrored

This commit is contained in:
Joel E. Svensson 2016-07-13 02:02:02 +02:00
parent 5eab01b8bd
commit dcfc0897fe
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class OctoberMirror extends Command
];
protected $directories = [
'storage/app/uploads',
'storage/app/uploads/public',
'storage/app/media',
'storage/temp/public',
];