|
@@ -28,7 +28,7 @@ class DoingsController extends Controller
|
|
|
$doings = $query->paginate(20);
|
|
|
$doings->map(function($doing){
|
|
|
$doing->action_text = Config::get('tipask.user_actions.'.$doing->action);
|
|
|
- });
|
|
|
+ });
|
|
|
return view('theme::doing.index')->with(compact('filter','doings'));
|
|
|
}
|
|
|
|