We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6794774 + 43aedae commit 17b2817Copy full SHA for 17b2817
app/Models/BaseModel.php
@@ -58,7 +58,7 @@ protected static function boot()
58
public function getTableColumns()
59
{
60
return $this->getConnection()->select(
61
- (new \Illuminate\Database\Schema\Grammars\MySqlGrammar)->compileColumnListing()
+ (new \Illuminate\Database\Schema\Grammars\MySqlGrammar())->compileColumnListing()
62
.' order by ordinal_position',
63
[$this->getConnection()->getDatabaseName(), $this->getTable()]
64
);
app/helpers.php
@@ -179,7 +179,6 @@ function label_case($text)
179
}
180
181
182
-
183
/*
184
*
185
* show_column_value
0 commit comments