From d359c637effddc7d93c8f59f2a1b6dc3a141c0c9 Mon Sep 17 00:00:00 2001 From: Ed Grosvenor Date: Wed, 11 Mar 2020 16:28:12 -0500 Subject: [PATCH] Apply fixes from StyleCI (#11) --- src/Commands/MakeSheetModelCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Commands/MakeSheetModelCommand.php b/src/Commands/MakeSheetModelCommand.php index 8b9ea0f..dd0f068 100644 --- a/src/Commands/MakeSheetModelCommand.php +++ b/src/Commands/MakeSheetModelCommand.php @@ -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