feat ExtensionsController
: Change 4-space to 2-space indentation in the extensions page controller.
This commit is contained in:
parent
3cd6b27a22
commit
0541317d65
1 changed files with 29 additions and 30 deletions
|
@ -39,9 +39,8 @@ class ExtensionsController extends Controller
|
|||
'version' => $this->version,
|
||||
'bp' => $this->bp,
|
||||
'blueprint' => $this->blueprint,
|
||||
'onboarding' => $onboarding,
|
||||
'root' => "/admin/extensions",
|
||||
|
||||
'onboarding' => $onboarding
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue