Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-crm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-crm
Commits
43cb0434
Commit
43cb0434
authored
Oct 23, 2018
by
Francisco Salazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cambio modelos de Interested (cuidado)
parent
74555a06
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
AdminCrmController.php
src/AdminCrmController.php
+1
-1
Tracing.php
src/Tracing.php
+1
-1
InterestedDataTable.php
src/lib/InterestedDataTable.php
+1
-1
No files found.
src/AdminCrmController.php
View file @
43cb0434
...
...
@@ -6,7 +6,7 @@ use Illuminate\Http\Request;
use
App\Http\Requests
;
use
App\Http\Controllers\Controller
;
use
Yajra\Datatables\Datatables
;
use
App
\Interested
;
use
Onestartup\CrmForms\Model
\Interested
;
use
Onestartup\Crm\Tracing
;
use
Onestartup\Crm\DataTables\InterestedDataTable
;
...
...
src/Tracing.php
View file @
43cb0434
...
...
@@ -21,6 +21,6 @@ class Tracing extends Model
public
function
interested
()
{
return
$this
->
belongsTo
(
'
App
\Interested'
,
'interested_id'
);
return
$this
->
belongsTo
(
'
Onestartup\CrmForms\Model
\Interested'
,
'interested_id'
);
}
}
src/lib/InterestedDataTable.php
View file @
43cb0434
...
...
@@ -2,7 +2,7 @@
namespace
Onestartup\Crm\DataTables
;
use
App
\Interested
;
use
Onestartup\CrmForms\Model
\Interested
;
use
Yajra\DataTables\Services\DataTable
;
class
InterestedDataTable
extends
DataTable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment