コード例 #1
0
ファイル: PollController.php プロジェクト: Retsediv/edu
 /**
  * @return all tests(polls)
  */
 public function getAllTests()
 {
     $tests = Test::allowed()->get();
     return $tests;
 }