You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing something like
JSON::make('Others', [ Date::make("Date", "dailyMenuDate")->resolveUsing( function ($value) { return Carbon::make($value)->format('Y-m-d'); }) ], "meta") ->rules('required', new DailyMenuRule),
Works in a weird way, Create and Updates are prevented but not error message is shown
The text was updated successfully, but these errors were encountered:
Doing something like
JSON::make('Others', [ Date::make("Date", "dailyMenuDate")->resolveUsing( function ($value) { return Carbon::make($value)->format('Y-m-d'); }) ], "meta") ->rules('required', new DailyMenuRule),
Works in a weird way, Create and Updates are prevented but not error message is shown
The text was updated successfully, but these errors were encountered: