Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jun 25, 2021
1 parent 6b99af8 commit 7221d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/CartographyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private static function addTextRunRow(Table $table, String $title) {
$table->addRow();
$table->addCell(2000)->addText($title,CartographyController::FancyLeftTableCellStyle,CartographyController::NoSpace);
$cell=$table->addCell(6000);
return $cell->addTextRun(CartographyController::FancyRightTableCellStyle,CartographyController::NoSpace);
return $cell->addTextRun(CartographyController::FancyRightTableCellStyle);
}

public function cartography(Request $request) {
Expand Down

0 comments on commit 7221d51

Please sign in to comment.