Ejemplo n.º 1
0
 /**
  * @return all tests(polls)
  */
 public function getAllTests()
 {
     $tests = Test::allowed()->get();
     return $tests;
 }