namespace
This commit is contained in:
parent
87970d17ae
commit
d1d1802b14
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"InternalApi\\": "src/"
|
||||
"PdInternalApi\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace InternalApi;
|
||||
namespace PdInternalApi;
|
||||
|
||||
class Client
|
||||
{
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace InternalApi\Middleware;
|
||||
namespace PdInternalApi\Middleware;
|
||||
|
||||
use Closure;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Support\Str;
|
||||
use function InternalApi\sign;
|
||||
use function PdInternalApi\sign;
|
||||
|
||||
class InternalApi
|
||||
class PdInternalApi
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace InternalApi\ServiceProvider;
|
||||
|
||||
use InternalApi\Client;
|
||||
namespace PdInternalApi;
|
||||
|
||||
class ServiceProvider extends Illuminate\Support\ServiceProvider
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace InternalApi;
|
||||
namespace PdInternalApi;
|
||||
|
||||
/**
|
||||
* 签名
|
||||
|
|
Loading…
Reference in New Issue
Block a user