mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
wiki features
This commit is contained in:
@ -11,12 +11,14 @@ class WikiSectionEntity extends Entity
|
||||
"name" => null,
|
||||
"slug" => null,
|
||||
"role" => null,
|
||||
"icon" => null,
|
||||
"parent_id" => null
|
||||
];
|
||||
protected $casts = [
|
||||
"name" => "string",
|
||||
"slug" => "string",
|
||||
"role" => "string",
|
||||
"icon" => "string",
|
||||
"parent_id" => "int"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user