Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tabacitu authored and StyleCIBot committed Jun 19, 2020
1 parent cadcc9c commit 74d825d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/app/Library/CrudPanel/CrudPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Support\Arr;
use Backpack\CRUD\app\Library\CrudPanel\ObjectGroup;

class CrudPanel
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/ObjectGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(...$objects)
// -------------

/**
* We foward any call to the corresponding class passed by developer (Field, Columns, Filters etc ..)
* We foward any call to the corresponding class passed by developer (Field, Columns, Filters etc ..).
*
* @param string $method The method being called that doesn't exist.
* @param array $parameters The arguments when that method was called.
Expand Down
1 change: 0 additions & 1 deletion src/app/Library/CrudPanel/Traits/Fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,5 +491,4 @@ public function field($name)
{
return new CrudField($name);
}

}

0 comments on commit 74d825d

Please sign in to comment.