Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32334b0

Browse files
yajraStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent7551746 commit32334b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/Html/Builder.php‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespaceYajra\DataTables\Html;
44

5-
useCollective\Html\HtmlBuilder;
6-
useIlluminate\Contracts\Config\Repository;
7-
useIlluminate\Contracts\View\Factory;
85
useIlluminate\Support\Arr;
6+
useIlluminate\Support\Str;
7+
useCollective\Html\HtmlBuilder;
98
useIlluminate\Support\Collection;
109
useIlluminate\Support\HtmlString;
11-
useIlluminate\Support\Str;
10+
useIlluminate\Contracts\View\Factory;
1211
useIlluminate\Support\Traits\Macroable;
12+
useIlluminate\Contracts\Config\Repository;
1313

1414
class Builder
1515
{
@@ -532,7 +532,7 @@ public function table(array $attributes = [], $drawFooter = false, $drawSearch =
532532
$tableHtml ='<table' .$htmlAttr .'>';
533533
$searchHtml =$drawSearch ?'<tr class="search-filter">' .implode('',
534534
$this->compileTableSearchHeaders()) .'</tr>' :'';
535-
$tableHtml.='<thead><tr>' .implode('',$th) .'</tr>' .$searchHtml .'</thead>';
535+
$tableHtml .='<thead><tr>' .implode('',$th) .'</tr>' .$searchHtml .'</thead>';
536536
if ($drawFooter) {
537537
$tf =$this->compileTableFooter();
538538
$tableHtml .='<tfoot><tr>' .implode('',$tf) .'</tr></tfoot>';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp