Apply fixes from StyleCI (#372)
This commit is contained in:
parent
7bd14db646
commit
93d79994f8
22 changed files with 43 additions and 32 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -209,7 +209,8 @@ class Server extends Model
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getTableColumns() {
|
||||
public function getTableColumns()
|
||||
{
|
||||
return Schema::getColumnListing($this->getTable());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue