Skip to content

Commit

Permalink
Merge pull request laravel-admin-extensions#12 from terranc/terranc-p…
Browse files Browse the repository at this point in the history
…atch-1

进一步兼容json字段里的节点
  • Loading branch information
codingyu committed Jul 28, 2019
2 parents 81cafb5 + 24641e7 commit dee1c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function render()
{
$name = $this->formatName($this->column);

$jsId = \Illuminate\Support\Str::studly($this->id);
$jsId = \Illuminate\Support\Str::studly(\Illuminate\Support\Str::slug($this->id));

$config = Ueditor::config('config', []);

Expand Down

0 comments on commit dee1c61

Please sign in to comment.