Skip to content

Commit

Permalink
Take data type details and save as a json string
Browse files Browse the repository at this point in the history
  • Loading branch information
smayzes committed Jul 4, 2018
1 parent e5759c3 commit 0d8c57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/DataTypeBreadCommand.php
Expand Up @@ -102,8 +102,8 @@ protected function replaceAttributes($stub, DataType $dataType): string
$this->nullify($dataType->description),
$this->nullify($dataType->generate_permissions),
$this->nullify($dataType->server_side),
$dataType->details,
],
json_encode($dataType->details),
],
$stub
);
}
Expand Down

0 comments on commit 0d8c57c

Please sign in to comment.