beli.php 100 Bytes
Newer Older
1 2
<?php

Soni Pratama Silalahi committed
3
namespace App;
4 5 6

use Illuminate\Database\Eloquent\Model;

Soni Pratama Silalahi committed
7
class beli extends Model
8 9 10
{
    //
}