Skip to content

Commit

Permalink
Mudanca temporaria relatorio SELO
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelsouzaunicef committed Nov 13, 2020
1 parent 303e100 commit 8cc34ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ProcessReportSeloJob.php
Expand Up @@ -27,7 +27,7 @@ public function handle() {
set_time_limit(0);

$cities = [];
$cities_with_goal = City::all()->get();
$cities_with_goal = City::has('goal')->get();

foreach ($cities_with_goal as $city) {

Expand Down

0 comments on commit 8cc34ec

Please sign in to comment.