From abcc07c7bafda17bc5e7561475789e13bb7008a5 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 30 May 2019 01:42:38 -0500 Subject: [PATCH] testing --- app/Models/Structure/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Structure/Service.php b/app/Models/Structure/Service.php index c7955e11e..4ddce8df6 100644 --- a/app/Models/Structure/Service.php +++ b/app/Models/Structure/Service.php @@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model; class Service extends Model { //Table Name - public $table = 'structure_services'; + public $table = 'alliance_services'; //Timestamps public $timestamps = false;