Skip to content

Commit 34d0dbc

Browse files
authored
Merge pull request #100 from yajra/analysis-q2wP0A
Apply fixes from StyleCI
2 parents a9db1e7 + f53e78f commit 34d0dbc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/Contracts/DataTableHtmlBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Yajra\DataTables\Contracts;
44

5-
use Yajra\DataTables\Html\Builder;
6-
75
interface DataTableHtmlBuilder
86
{
97
/**

src/config/config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@
6868
],
6969
],
7070

71-
/**
71+
/*
7272
* Generator command default options value.
7373
*/
7474
'generator' => [
75-
/**
75+
/*
7676
* Default columns to generate when not set.
7777
*/
7878
'columns' => 'id,add your columns,created_at,updated_at',
7979

80-
/**
80+
/*
8181
* Default buttons to generate when not set.
8282
*/
8383
'buttons' => 'create,export,print,reset,reload',
8484

85-
/**
85+
/*
8686
* Default DOM to generate when not set.
8787
*/
8888
'dom' => 'Bfrtip',

0 commit comments

Comments
 (0)