Added a whole load of permission & role tests

This commit is contained in:
Dan Brown
2016-03-05 12:09:09 +00:00
parent 8e274a5a84
commit 268db6b1d0
9 changed files with 450 additions and 9 deletions

View File

@ -136,7 +136,7 @@ class BookRepo
*/
public function newFromInput($input)
{
return $this->bookQuery()->fill($input);
return $this->book->newInstance($input);
}
/**