Ejemplo n.º 1
0
 protected function getLastNode()
 {
     return Node::orderBy('id', "DESC")->first();
 }