Skip to content

Commit 820f5a5

Browse files
Eugene Tupikovunclead
authored andcommitted
Structure refactoring
1 parent 720039b commit 820f5a5

File tree

10 files changed

+16
-2
lines changed

10 files changed

+16
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ use unclead\widgets\MultipleInput;
9898

9999
You can find more detail about this use case [here](docs/multiple_columns.md)
100100

101-
> Also you can find source code of examples [here](./examples/)
101+
> Also you can find source code of examples [here](./docs/examples/)
102102
103103
## Configuration
104104

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"unclead\\widgets\\": ""
29+
"unclead\\widgets\\": "src/"
3030
}
3131
}
3232
}
File renamed without changes.

src/Column.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: unclead_2
5+
* Date: 04.05.2015
6+
* Time: 16:22
7+
*/
8+
9+
namespace unclead\widgets;
10+
11+
12+
class Column {
13+
14+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)