Work on products, first completed broadband
This commit is contained in:
11
app/Models/AccountGroup.php
Normal file
11
app/Models/AccountGroup.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class AccountGroup extends Model
|
||||
{
|
||||
protected $table = 'ab_account_group';
|
||||
public $timestamps = FALSE;
|
||||
}
|
Reference in New Issue
Block a user