Skip to content

Commit c706624

Browse files
committed
Fix SeinsioLabsInsight issues
- Fix Unused use statement should be avoided - Fix Text files should end with a newline character
1 parent 6ff4e97 commit c706624

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/genderize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
return [
44
'apikey' => env('GENDERIZE_API_KEY', '')
5-
];
5+
];

src/Models/BaseModel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Pixelpeter\Genderize\Models;
44

5-
use Carbon\Carbon;
6-
75
class BaseModel
86
{
97
public function __get($property)

0 commit comments

Comments
 (0)