mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
minor issue fix about fixture controllers.
This commit is contained in:
@@ -219,7 +219,7 @@ class FixtureController extends \yii\console\controllers\FixtureController
|
||||
|
||||
if (empty($files)) {
|
||||
throw new Exception(
|
||||
"No files were found by name: \"{$file}\". \n"
|
||||
"No files were found by name: \"" . implode(', ', $file) . "\". \n"
|
||||
. "Check that template with these name exists, under template path: \n\"{$templatePath}\"."
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user