Skip to content

Commit

Permalink
Merge pull request InfyOmLabs#314 from InfyOmLabs/analysis-XWxBdy
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
mitulgolakiya authored Sep 24, 2016
2 parents b18a574 + dbe8cac commit 9821952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/CommandData.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private function getInputFromFileOrJson()
$filePath = base_path($fieldsFileValue);
} else {
$schemaFileDirector = config('infyom.laravel_generator.path.schema_files');
$filePath = $schemaFileDirector . $fieldsFileValue;
$filePath = $schemaFileDirector.$fieldsFileValue;
}

if (!file_exists($filePath)) {
Expand Down

0 comments on commit 9821952

Please sign in to comment.