Skip to content

Commit dda7fb0

Browse files
committed
:octocat: removed examples namespace
1 parent 72d2df5 commit dda7fb0

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
},
3737
"autoload-dev": {
3838
"psr-4": {
39-
"chillerlan\\SettingsTest\\": "tests/",
40-
"chillerlan\\SettingsExamples\\": "examples/"
39+
"chillerlan\\SettingsTest\\": "tests/"
4140
}
4241
},
4342
"scripts": {

examples/advanced.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* @license MIT
77
*/
88

9-
namespace chillerlan\SettingsExamples;
10-
119
use chillerlan\Settings\SettingsContainerAbstract;
1210

1311
require_once __DIR__.'/../vendor/autoload.php';

examples/simple.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* @license MIT
77
*/
88

9-
namespace chillerlan\SettingsExamples;
10-
119
use chillerlan\Settings\SettingsContainerAbstract;
1210

1311
require_once __DIR__.'/../vendor/autoload.php';

0 commit comments

Comments
 (0)