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 5f50500 commit a69df55Copy full SHA for a69df55
src/Generators/stubs/editor.stub
@@ -9,6 +9,9 @@ use Illuminate\Database\Eloquent\Model;
9
use Illuminate\Validation\Rule;
10
use Yajra\DataTables\DataTablesEditor;
11
12
+/**
13
+ * @extends DataTablesEditor<ModelName>
14
+ */
15
class DummyClass extends DataTablesEditor
16
{
17
protected $model = ModelName::class;
0 commit comments