Skip to content

Commit c1e9cf1

Browse files
author
angel cruz
committed
Fixed what needed fixing and squished some bugs. 🐛
1 parent f8a30f9 commit c1e9cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/Lead.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tepuilabs\SimpleCrm;
3+
namespace App\Models\Tepuilabs\SimpleCrm;
44

55
use Illuminate\Database\Eloquent\Factories\HasFactory;
66
use Illuminate\Database\Eloquent\Model;

models/Note.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tepuilabs\SimpleCrm;
3+
namespace App\Models\Tepuilabs\SimpleCrm;
44

55
use Illuminate\Database\Eloquent\Factories\HasFactory;
66
use Illuminate\Database\Eloquent\Model;

0 commit comments

Comments
 (0)