Don't fail on repeated piggy banks, just log it.

This commit is contained in:
James Cole 2015-03-28 17:45:15 +01:00
parent 6fc54d1d27
commit eed88fc103

View File

@ -45,7 +45,7 @@ class PiggyBank extends Model
return $rep;
} else {
Log::error('Tried to work with a piggy bank with a repeats=1 value! (id is '.$this->id.')');
App::abort(500);
//App::abort(500);
}