@@ -183,6 +183,11 @@ |
||
183 | 183 | } |
184 | 184 | } |
185 | 185 | |
186 | + /** |
|
187 | + * @param string $contents |
|
188 | + * |
|
189 | + * @return string |
|
190 | + */ |
|
186 | 191 | protected function replacePlaceholders($contents) |
187 | 192 | { |
188 | 193 | $modelName = \Str::camel($this->container['slug']); |