Skip to content

Commit 17b2817

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6794774 + 43aedae commit 17b2817

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Models/BaseModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected static function boot()
5858
public function getTableColumns()
5959
{
6060
return $this->getConnection()->select(
61-
(new \Illuminate\Database\Schema\Grammars\MySqlGrammar)->compileColumnListing()
61+
(new \Illuminate\Database\Schema\Grammars\MySqlGrammar())->compileColumnListing()
6262
.' order by ordinal_position',
6363
[$this->getConnection()->getDatabaseName(), $this->getTable()]
6464
);

app/helpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ function label_case($text)
179179
}
180180
}
181181

182-
183182
/*
184183
*
185184
* show_column_value

0 commit comments

Comments
 (0)