Skip to content

Commit

Permalink
updating curly bracket format
Browse files Browse the repository at this point in the history
  • Loading branch information
nightfury99 committed Nov 17, 2023
1 parent 9f72918 commit 79b4d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gadgetchains/Laravel/RCE/17/gadgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class PendingSingletonResourceRegistration
protected $controller;
protected $options;

function __construct($function, $parameter) {
function __construct($function, $parameter)
{
$this->name = "name";
$this->options = [];
$this->registrar = new \Illuminate\Database\DatabaseManager($function, $parameter);
Expand Down

0 comments on commit 79b4d2d

Please sign in to comment.