Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Jun 15, 2023
1 parent b8b135b commit ce6e828
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Http/Controllers/Forwards/ForwardsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use NotFound\Layout\Elements\LayoutTableRow;
use NotFound\Layout\Elements\LayoutWidget;
use Sb;

class ForwardsController extends \NotFound\Framework\Http\Controllers\Controller
{
public function readAll()
Expand All @@ -26,9 +27,9 @@ public function readAll()
$table->addHeader(new LayoutTableHeader(title: 'WWW-variant actief'));

$response = Http::withHeaders([
'token' => Sb::config('siteboss_forwards_token')
])->acceptJson()->get(Sb::config('siteboss_forwards_endpoint'). '/domain?token=', [
'token' => Sb::config('siteboss_forwards_token')
'token' => Sb::config('siteboss_forwards_token'),
])->acceptJson()->get(Sb::config('siteboss_forwards_endpoint').'/domain?token=', [
'token' => Sb::config('siteboss_forwards_token'),
]);

if ($response->successful()) {
Expand Down

0 comments on commit ce6e828

Please sign in to comment.