diff --git a/app/Client.php b/app/Client.php index d6739b989..e6322d032 100644 --- a/app/Client.php +++ b/app/Client.php @@ -13,23 +13,13 @@ namespace App; use Illuminate\Database\Eloquent\Model; -use App\Traits\Encryptable; class Client extends Model { - use Encryptable; - /** * The database table used by the model. * * @var string */ protected $table = 'clients'; - - /** - * The attributes that should be encrypted on save. - * - * @var array - */ - protected $encrypts = ['ip']; } diff --git a/resources/views/user/clients.blade.php b/resources/views/user/clients.blade.php index 75886efd0..98c95cbea 100644 --- a/resources/views/user/clients.blade.php +++ b/resources/views/user/clients.blade.php @@ -49,7 +49,8 @@

My High Speed Seedboxes

@if(count($clients) > 0) - +
+
@@ -71,6 +72,7 @@ @endforeach
Client IP
+
@else
  • No Seedboxes :(