Skip to content

Commit

Permalink
移除项目中laravel-china镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
黄思盛 authored and 黄思盛 committed Sep 6, 2019
1 parent 1ca4b69 commit 7fee46a
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 615 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/Controller.php
Expand Up @@ -8,6 +8,11 @@
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;

/**
* Class Controller
* @property \Illuminate\Auth\GenericUser|\App\Models\User $user
* @package App\Http\Controllers
*/
class Controller extends BaseController
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests, Helpers;
Expand Down
4 changes: 0 additions & 4 deletions composer.json
Expand Up @@ -80,10 +80,6 @@
"1": {
"type": "path",
"url": "packages/selenium"
},
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}

0 comments on commit 7fee46a

Please sign in to comment.