Skip to content

Commit

Permalink
v1 点线面
Browse files Browse the repository at this point in the history
  • Loading branch information
hikki committed Jun 13, 2022
1 parent 1da6250 commit c3c8337
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .idea/laravel-admin-component-js.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.0",
"encore/laravel-admin": "~1.6"
},
"autoload": {
"psr-4": {
"DLPComponent\\": "src/"
"DLP\\": "src/"
}
}
}
2 changes: 1 addition & 1 deletion src/ComponentServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DLPComponent;
namespace DLP;

use Illuminate\Support\ServiceProvider;

Expand Down
4 changes: 2 additions & 2 deletions src/DLPViewer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DLPComponent;
namespace DLP;

use Encore\Admin\Actions\RowAction;
use Encore\Admin\Admin;
Expand All @@ -11,7 +11,7 @@

/**
* Class DLPViewer
* @package DLPComponent
* @package DLP
*/
class DLPViewer
{
Expand Down

0 comments on commit c3c8337

Please sign in to comment.