Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3f99567c
...
3f99567c338defef9f1fbb10b673d638cba4059e
authored
2025-03-28 16:26:57 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
d7af755a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
3f99567
...
...
@@ -5,7 +5,9 @@ namespace App\Http\Controllers\Release;
use
App\Helper\CacheKeyTools
;
use
App\Helper\Response
;
use
App\Http\Controllers\Controller
;
use
GuzzleHttp\Client
;
use
Illuminate\Support\Facades\Cache
;
use
Illuminate\Support\Facades\Log
;
class
BaseController
extends
Controller
{
...
...
Please
register
or
sign in
to post a comment