]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Role.php
Updated attachment links to have dropdown for open type
[bookstack] / app / Auth / Role.php
index 71da88e19b1be5200cb4f41dd6396427efd7c65b..51b2ce301eae721fd1a7beb7e0d871f6c522836e 100644 (file)
@@ -28,6 +28,8 @@ class Role extends Model implements Loggable
 
     protected $fillable = ['display_name', 'description', 'external_auth_id'];
 
+    protected $hidden = ['pivot'];
+
     /**
      * The roles that belong to the role.
      */