Skip to content

Commit

Permalink
fix: Subscription page controller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Oct 30, 2023
1 parent 53678e0 commit f202475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Controllers/API/Settings/ExtensionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use App\Models\GolangLicense;
use App\Models\License;
use App\Models\Permission;
use App\Models\Server;
use App\System\Command;
use Carbon\Carbon;
use Illuminate\Http\Request;
Expand Down Expand Up @@ -207,7 +208,7 @@ public function license(Request $request)

$output = callExtensionFunction(
extension(),
$request->server_id,
Server::find($request->server_id),
[
'endpoint' => 'license',
'type' => 'post',
Expand Down

0 comments on commit f202475

Please sign in to comment.