Skip to content

Commit 5fbba2d

Browse files
committed
update namespace
1 parent 583f09c commit 5fbba2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"autoload": {
1414
"psr-4": {
15-
"ServiceProvider\\": "src"
15+
"FastD\\Viewer\\": "src"
1616
},
1717
"files": [
1818
"helpers.php"

src/ViewServiceProvider.php renamed to src/Viewer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @see http://www.fast-d.cn/
88
*/
99

10-
namespace ServiceProvider;
10+
namespace FastD\Viewer;
1111

1212

1313
use FastD\Container\Container;
@@ -19,7 +19,7 @@
1919
* Class ViewServiceProvider
2020
* @package ServiceProvider
2121
*/
22-
class ViewServiceProvider implements ServiceProviderInterface
22+
class Viewer implements ServiceProviderInterface
2323
{
2424
/**
2525
* @param Container $container

0 commit comments

Comments
 (0)