Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner authored and StyleCIBot committed May 29, 2021
1 parent c53a08a commit 977f552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Display/Column/Editable/EditableColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public function setReadonly($readonlyEditable)
*/
public function toArray()
{

return parent::toArray() + [
'id' => $this->getModel()->getKey(),
'value' => $this->getModelValue(),
Expand Down
4 changes: 1 addition & 3 deletions src/Facades/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
namespace SleepingOwl\Admin\Facades;

use Illuminate\Support\Facades\Facade;
use Illuminate\Support\Collection;

/**
* Class Navigation
* @package SleepingOwl\Admin\Facades
* Class Navigation.
* @method static \SleepingOwl\Admin\Navigation setFromArray(array $navigation)
*/
class Navigation extends Facade
Expand Down

0 comments on commit 977f552

Please sign in to comment.