* change layout * change layout * #22 - wip * wip * wip * #22 - wip * #22 - wip * #22 - wip * #22 - wip * #22 - fix * #22 - wip * #22 - added some tests * #22 - wip * #22 - wip * #22 - fix * #42 - wip * #42 - wip * #42 - fix * #42 - wip Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
This commit is contained in:
@@ -35,7 +35,7 @@ class HolidayController extends Controller
|
||||
|
||||
return redirect()
|
||||
->route("holidays.index")
|
||||
->with("success", __("Holiday has been created"));
|
||||
->with("success", __("Holiday has been created."));
|
||||
}
|
||||
|
||||
public function edit(Holiday $holiday): Response
|
||||
@@ -51,7 +51,7 @@ class HolidayController extends Controller
|
||||
|
||||
return redirect()
|
||||
->route("holidays.index")
|
||||
->with("success", __("Holiday has been updated"));
|
||||
->with("success", __("Holiday has been updated."));
|
||||
}
|
||||
|
||||
public function destroy(Holiday $holiday): RedirectResponse
|
||||
@@ -60,6 +60,6 @@ class HolidayController extends Controller
|
||||
|
||||
return redirect()
|
||||
->route("holidays.index")
|
||||
->with("success", __("Holiday has been deleted"));
|
||||
->with("success", __("Holiday has been deleted."));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user