Skip to content

Commit

Permalink
Apply fixes from StyleCI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor authored Mar 11, 2020
1 parent e759452 commit d359c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/MakeSheetModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ protected function makeSubstitutions()
return str_replace(
['SHEET_MODEL_NAMESPACE', 'SHEET_MODEL_NAME', 'SPREADSHEET_ID', 'SHEET_ID'],
[$this->modelNamespace, $this->modelName, $this->spreadsheetId, $this->sheetId],
$this->stub);
$this->stub
);
}

protected function modelPathToNamespace(): void
Expand Down

0 comments on commit d359c63

Please sign in to comment.