changed models
This commit is contained in:
14
app/Models/Config.php
Normal file
14
app/Models/Config.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Config extends Model
|
||||
{
|
||||
// Table Name
|
||||
protected $table = 'Config';
|
||||
|
||||
// Timestamps
|
||||
public $timestamps = 'false';
|
||||
}
|
||||
Reference in New Issue
Block a user