mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
editor form
This commit is contained in:
@ -58,6 +58,6 @@ class WikiSectionModel extends Model
|
||||
*/
|
||||
public function sections() : array
|
||||
{
|
||||
return $this->where('role','admin')->findAll();
|
||||
return $this->findAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user