Apply fixes from StyleCI (#372)

This commit is contained in:
Dane Everitt
2017-04-09 19:16:39 -04:00
committed by GitHub
parent 7bd14db646
commit 93d79994f8
22 changed files with 43 additions and 32 deletions

View File

@@ -209,7 +209,8 @@ class Server extends Model
*
* @return array
*/
public function getTableColumns() {
public function getTableColumns()
{
return Schema::getColumnListing($this->getTable());
}