Skip to content

Commit

Permalink
Merge pull request #1279 from LaravelRUS/analysis-pe7r34
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
daaner authored May 29, 2021
2 parents c53a08a + 977f552 commit 802a749
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 802a749

Please sign in to comment.