From ae37c53112259b469606f00455d222c43790685d Mon Sep 17 00:00:00 2001 From: A S Date: Tue, 13 Nov 2018 17:37:40 +0100 Subject: [PATCH] Update app-storage.md --- docs/guide/app-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/app-storage.md b/docs/guide/app-storage.md index 64b5f760e..f2edf8306 100644 --- a/docs/guide/app-storage.md +++ b/docs/guide/app-storage.md @@ -4,7 +4,7 @@ The storage component provies the possibility to upload files and images, also a In general the storage component is configure by default and available via `Yii::$app->storage`. The main component where all configuration options are display is the {{luya\admin\storage\BaseFileSystemStorage}}. -As storage can have different faces, for example local storage where all files are stored in `@webroot/storage` or an [Amazon S3](https://github.com/luyadev/luya-aws) Adapter which stores all files in an Amazon S3 Bucket, by default the {{luya\admin\storage\LocalFileSystem}} is implement and configured. +As storage can have different faces, for example local storage where all files are stored in `@webroot/storage` or an [Amazon S3](https://github.com/luyadev/luya-aws) Adapter which stores all files in an Amazon S3 Bucket, by default the {{luya\admin\filesystem\LocalFileSystem}} is implement and configured. This is the default configuration your config: