Skip to content

Commit c6c08bd

Browse files
committed
Update Project.php
1 parent c8f47b9 commit c6c08bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/app/Models/Project.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
use Illuminate\Database\Eloquent\Factories\HasFactory;
66
use Illuminate\Database\Eloquent\Model;
7-
use Kirschbaum\PowerJoins\PowerJoins;
87

98
class Project extends Model
109
{
1110
use HasFactory;
12-
use PowerJoins;
1311

1412
protected $guarded = [];
1513

0 commit comments

Comments
 (0)