File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Yajra \DataTables \Html \Editor ;
4
4
5
- use Illuminate \Contracts \Support \Arrayable ;
6
5
use Illuminate \Support \Arr ;
7
- use Illuminate \Support \Fluent ;
8
6
use Illuminate \Support \Str ;
7
+ use Illuminate \Support \Fluent ;
9
8
use Yajra \DataTables \Html \Editor \Fields \Field ;
10
9
11
10
class Editor extends Fluent
12
11
{
13
12
use HasEvents;
14
-
15
- const DISPLAY_LIGHTBOX = 'lightbox ' ;
16
- const DISPLAY_ENVELOPE = 'envelope ' ;
17
- const DISPLAY_BOOTSTRAP = 'bootstrap ' ;
13
+ const DISPLAY_LIGHTBOX = 'lightbox ' ;
14
+ const DISPLAY_ENVELOPE = 'envelope ' ;
15
+ const DISPLAY_BOOTSTRAP = 'bootstrap ' ;
18
16
const DISPLAY_FOUNDATION = 'foundation ' ;
19
- const DISPLAY_JQUERYUI = 'jqueryui ' ;
17
+ const DISPLAY_JQUERYUI = 'jqueryui ' ;
20
18
21
19
/**
22
20
* Editor constructor.
@@ -202,7 +200,7 @@ public function toArray()
202
200
/**
203
201
* Convert the fluent instance to JSON.
204
202
*
205
- * @param int $options
203
+ * @param int $options
206
204
* @return string
207
205
*/
208
206
public function toJson ($ options = 0 )
@@ -211,7 +209,7 @@ public function toJson($options = 0)
211
209
212
210
unset($ parameters ['events ' ]);
213
211
214
- $ values = [];
212
+ $ values = [];
215
213
$ replacements = [];
216
214
217
215
foreach (Arr::dot ($ parameters ) as $ key => $ value ) {
You can’t perform that action at this time.
0 commit comments