for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class CustomerContactsView extends Model
{
protected $table = 'customer_contacts_view';
// public function CustomerContacts()
// {
// return $this->belongsTo('App\CustomerContacts', 'cont_id', 'cont_id');
// }
}