Skip to content

Commit c3c8337

Browse files
author
hikki
committed
v1 点线面
1 parent 1da6250 commit c3c8337

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.idea/laravel-admin-component-js.iml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.0",
1616
"encore/laravel-admin": "~1.6"
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"DLPComponent\\": "src/"
20+
"DLP\\": "src/"
2121
}
2222
}
2323
}

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 DLPComponent;
3+
namespace DLP;
44

55
use Illuminate\Support\ServiceProvider;
66

src/DLPViewer.php

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

3-
namespace DLPComponent;
3+
namespace DLP;
44

55
use Encore\Admin\Actions\RowAction;
66
use Encore\Admin\Admin;
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Class DLPViewer
14-
* @package DLPComponent
14+
* @package DLP
1515
*/
1616
class DLPViewer
1717
{

0 commit comments

Comments
 (0)