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
tabuna authored and StyleCIBot committed Nov 16, 2018
1 parent 562724f commit 470375f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/Platform/Models/User.php
Expand Up @@ -4,17 +4,17 @@

namespace Orchid\Platform\Models;

use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Facades\App;
use Laravolt\Avatar\Facade as AvatarGenerator;
use Orchid\Access\UserAccess;
use Orchid\Access\UserInterface;
use Orchid\Platform\Notifications\ResetPassword;
use Orchid\Platform\Traits\FilterTrait;
use Orchid\Platform\Traits\MultiLanguageTrait;
use Illuminate\Support\Facades\App;
use Orchid\Support\Facades\Dashboard;
use Orchid\Platform\Traits\FilterTrait;
use Illuminate\Notifications\Notifiable;
use Spatie\Activitylog\Traits\LogsActivity;
use Laravolt\Avatar\Facade as AvatarGenerator;
use Orchid\Platform\Traits\MultiLanguageTrait;
use Orchid\Platform\Notifications\ResetPassword;
use Illuminate\Foundation\Auth\User as Authenticatable;

class User extends Authenticatable implements UserInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Screen/Fields/InputField.php
Expand Up @@ -109,12 +109,10 @@ public static function make($name = null): self
*/
public function modifyMask($mask): self
{

if (is_array($mask)) {
$this->attributes['mask'] = json_encode($mask);
}

return $this;
}

}

0 comments on commit 470375f

Please sign in to comment.