Compare commits
3 Commits
3c1580aa36
...
bf8b69a349
Author | SHA1 | Date | |
---|---|---|---|
bf8b69a349 | |||
c4b25cc902 | |||
f19c5594d5 |
@ -162,6 +162,7 @@ class HomeController extends Controller
|
||||
foreach ($request->except(['_token','dn']) as $key => $value)
|
||||
$o->{$key} = array_filter($value);
|
||||
|
||||
dd($o->getDirty(),$o,$request->all());
|
||||
if (! $dirty=$o->getDirty())
|
||||
return back()
|
||||
->withInput()
|
||||
|
Loading…
x
Reference in New Issue
Block a user