Skip to content

Commit d359c63

Browse files
authored
Apply fixes from StyleCI (#11)
1 parent e759452 commit d359c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/MakeSheetModelCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ protected function makeSubstitutions()
6161
return str_replace(
6262
['SHEET_MODEL_NAMESPACE', 'SHEET_MODEL_NAME', 'SPREADSHEET_ID', 'SHEET_ID'],
6363
[$this->modelNamespace, $this->modelName, $this->spreadsheetId, $this->sheetId],
64-
$this->stub);
64+
$this->stub
65+
);
6566
}
6667

6768
protected function modelPathToNamespace(): void

0 commit comments

Comments
 (0)