]> BookStack Code Mirror - bookstack/blobdiff - app/Page.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Page.php
index e169a1959a98ace6a2f6007bcec2f8feb63744ea..38feb610da9ef73dc0f93668197e0dc680d0b299 100644 (file)
@@ -6,7 +6,6 @@ class Page extends Entity
 
     protected $simpleAttributes = ['name', 'id', 'slug'];
 
-    protected $with = ['book'];
     public $textField = 'text';
 
     /**