Esempio n. 1
0
 public function run()
 {
     $root = Gallery::create(['title' => 'root', 'is_directory' => 1, 'parent_id' => null]);
 }