@@ -203,7 +203,7 @@ |
||
203 | 203 | /** |
204 | 204 | * Save the model data to the database. |
205 | 205 | * |
206 | - * @return bool |
|
206 | + * @return integer |
|
207 | 207 | */ |
208 | 208 | public function save() |
209 | 209 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Inflector\Inflector; |
6 | 6 | use PDO; |
7 | -use Pyjac\ORM\Exception\ModelNotFoundException; |
|
8 | 7 | |
9 | 8 | abstract class Model implements ModelInterface |
10 | 9 | { |