File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ It may happen that the attribute does not exists on the model that matches with
5656
5757``` php
5858use Cone\Root\Fields\Text;
59- use Illuminate\Databsase \Eloquent\Model;
59+ use Illuminate\Database \Eloquent\Model;
6060use Illuminate\Http\Request;
6161
6262Text::make('Title')
@@ -73,7 +73,7 @@ You may define custom value formatters for the field values. In that case you ca
7373
7474``` php
7575use Cone\Root\Fields\Number;
76- use Illuminate\Databsase \Eloquent\Model;
76+ use Illuminate\Database \Eloquent\Model;
7777use Illuminate\Http\Request;
7878use Illuminate\Support\Number;
7979
@@ -92,7 +92,7 @@ namespace App\Root\Fields;
9292
9393use Cone\Root\Fields\Field;
9494use Illuminate\Http\Request;
95- use Illuminate\Databsase \Eloquent\Model;
95+ use Illuminate\Database \Eloquent\Model;
9696
9797class CustomField extends Field
9898{
You can’t perform that action at this time.
0 commit comments