Primo Committ
This commit is contained in:
15
app/Newproduct.php
Normal file
15
app/Newproduct.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Newproduct extends Model
|
||||
{
|
||||
protected $connection = 'mysql_test';
|
||||
//protected $connection = 'sqlsrv_test';
|
||||
protected $table = 'articles';
|
||||
|
||||
//public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user