Compare commits
2 Commits
509b1a1932
...
b490f72146
Author | SHA1 | Date | |
---|---|---|---|
b490f72146 | |||
d0ee0d8771 |
@ -193,7 +193,7 @@ class HomeController extends Controller
|
||||
}
|
||||
|
||||
return Redirect::to('/')
|
||||
->with('success',[sprintf('%s: %s',__('Deleted'),$dn)]);
|
||||
->with('success',[sprintf('%s %s',$dn,__('DN Deleted'))]);
|
||||
}
|
||||
|
||||
public function entry_export(Request $request,string $id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user