Skip to content

Commit

Permalink
Removed a ";" breaking a whole file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Apr 17, 2023
1 parent e2dc595 commit d3cf899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Services/Helpers/BlueprintVariableService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct(
private SettingsRepositoryInterface $settings,
private BlueprintPlaceholderService $blueprintplaceholderservice,
) {
};
}


// $bp->server()
Expand All @@ -21,11 +21,11 @@ public function __construct(
// $bp->exec('arguments')
public function serve(): void {
return;
};
}

public function version(): string {
return $this->blueprintplaceholderservice->version();
};
}

public function dbGet($key): string {
$a = $this->settings->get("blueprint::".$key);
Expand Down

0 comments on commit d3cf899

Please sign in to comment.