Skip to content

Commit

Permalink
Fix date time picker field
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 30, 2021
1 parent ce7360b commit 355828b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fields/DateTimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use WordPlate\Acf\Fields\Settings\DateTimeFormat;
use WordPlate\Acf\Fields\Settings\Disabled;
use WordPlate\Acf\Fields\Settings\Instructions;
use WordPlate\Acf\Fields\Settings\ReadOnly;
use WordPlate\Acf\Fields\Settings\Writable;
use WordPlate\Acf\Fields\Settings\Required;
use WordPlate\Acf\Fields\Settings\WeekDay;
use WordPlate\Acf\Fields\Settings\Wrapper;
Expand All @@ -28,10 +28,10 @@ class DateTimePicker extends Field
use DateTimeFormat;
use Disabled;
use Instructions;
use ReadOnly;
use Required;
use WeekDay;
use Wrapper;
use Writable;

protected string|null $type = 'date_time_picker';
}

0 comments on commit 355828b

Please sign in to comment.