Skip to content

Commit 2c0b464

Browse files
author
Marius
committed
Adding model attributes autocomplete to model
1 parent 0f636a7 commit 2c0b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Attributes/BaseModelAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace MacropaySolutions\LaravelCrudWizard\Models\Attributes;
44

55
use Illuminate\Support\Traits\ForwardsCalls;
6-
use Transactions\Crud\Models\BaseModel;
6+
use MacropaySolutions\LaravelCrudWizard\Models\BaseModel;
77

88
/**
99
* For properties autocompletion declare in the children classes (with @ property) all the model's parameters (columns)

0 commit comments

Comments
 (0)