コード例 #1
0
ファイル: NodeTest.php プロジェクト: SharkIng/ss-panel
 protected function getLastNode()
 {
     return Node::orderBy('id', "DESC")->first();
 }