Skip to content

Commit 6b3a856

Browse files
committed
fix phpDoc
1 parent 9e6260b commit 6b3a856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Services/ExportServiceInterface.php

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

33
namespace SolutionForest\InspireCms\Services;
44

5+
use Illuminate\Database\Eloquent\Model;
6+
use SolutionForest\InspireCms\Models\Contracts\Export;
7+
58
interface ExportServiceInterface
69
{
710
/**

0 commit comments

Comments
 (0)