-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed to yii2-starter-kit/yii2-file-kit
- Loading branch information
Eugene Terentev
committed
Nov 15, 2018
1 parent
d9ef016
commit d202686
Showing
5 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
/** | ||
* Class WebDAVFlysystemBuilder | ||
* @author Artem Dekhtyar <[email protected]> | ||
* @link https://github.com/trntv/yii2-file-kit/issues/46 | ||
* @link https://github.com/yii2-starter-kit/yii2-file-kit/issues/46 | ||
*/ | ||
class WebDAVFlysystemBuilder implements FilesystemBuilderInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/*! | ||
* Yii2 File Kit library | ||
* http://github.com/trntv/yii2-file-kit | ||
* http://github.com/yii2-starter-kit/yii2-file-kit | ||
* | ||
* Author: Eugine Terentev <[email protected]> | ||
* | ||
|