1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Implement more testing on generates numbers

This commit is contained in:
David Bomba 2019-05-01 13:49:23 +10:00
parent 71d00c1aeb
commit 87bae37350

View File

@ -4,7 +4,7 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class PaymentType extends BaseModel
class PaymentType extends Model
{
//
}