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

@ -71,7 +71,7 @@ class APIPermission extends Model
'view',
'power',
'command',
]
],
],
// All other pemissions below are administrative actions.
@ -120,7 +120,7 @@ class APIPermission extends Model
];
/**
* Return permissions for API
* Return permissions for API.
*
* @return array
*/

View file

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