正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -9,11 +9,11 @@ class Request | @@ -9,11 +9,11 @@ class Request | ||
| 9 | { | 9 | { |
| 10 | use Dispatchable; | 10 | use Dispatchable; |
| 11 | 11 | ||
| 12 | - public \App\Pkgs\TiktokOpen\Base\Client\Request $request; | 12 | + public \Lackoxygen\TiktokOpen\Base\Client\Request $request; |
| 13 | 13 | ||
| 14 | public Application $application; | 14 | public Application $application; |
| 15 | 15 | ||
| 16 | - public function __construct(Application $application, \App\Pkgs\TiktokOpen\Base\Client\Request $request) | 16 | + public function __construct(Application $application, \Lackoxygen\TiktokOpen\Base\Client\Request $request) |
| 17 | { | 17 | { |
| 18 | $this->application = $application; | 18 | $this->application = $application; |
| 19 | $this->request = $request; | 19 | $this->request = $request; |
-
请 注册 或 登录 后发表评论