Skip to content
Snippets Groups Projects
Commit 0863a76e authored by Alex's avatar Alex
Browse files

Add set_time_limit function in populate method to populate all database for feedbacks

parent 120a74c7
No related branches found
No related tags found
1 merge request!1Include Wowa Training
...@@ -121,6 +121,7 @@ class FeedbackController extends Controller ...@@ -121,6 +121,7 @@ class FeedbackController extends Controller
//var_dump($data); //var_dump($data);
foreach ($data as $el) { foreach ($data as $el) {
set_time_limit(60);
$this->addFeedbackInDatabase($el); $this->addFeedbackInDatabase($el);
} }
return redirect(action("FeedbackController@index")); return redirect(action("FeedbackController@index"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment