We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6260b commit 6b3a856Copy full SHA for 6b3a856
src/Services/ExportServiceInterface.php
@@ -2,6 +2,9 @@
2
3
namespace SolutionForest\InspireCms\Services;
4
5
+use Illuminate\Database\Eloquent\Model;
6
+use SolutionForest\InspireCms\Models\Contracts\Export;
7
+
8
interface ExportServiceInterface
9
{
10
/**
0 commit comments