Skip to content

Commit 8d0477b

Browse files
committed
v1
1 parent 451b336 commit 8d0477b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"DLP\\Component\\": "src/"
20+
"DLPComponent\\": "src/"
2121
}
2222
}
2323
}

src/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace DLP\Component;
3+
namespace DLPComponent;
44

55
use Encore\Admin\Actions\RowAction;
66
use Encore\Admin\Admin;

src/ComponentServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace DLP\Component;
3+
namespace DLPComponent;
44

55
use Illuminate\Support\ServiceProvider;
66

0 commit comments

Comments
 (0)