DNSBlock
This commit is contained in:
7
app/Models/Client.php
Normal file
7
app/Models/Client.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace App\Models;
|
||||
use App\Core\Model;
|
||||
class Client extends Model
|
||||
{
|
||||
protected $table = 'clients';
|
||||
}
|
||||
Reference in New Issue
Block a user