Browse Source

Merge pull request 'add condition' (#71) from dev-wahyun into staging

Reviewed-on: ibnu/generic-ospro-backend#71
pull/1/head
wahyun 6 months ago
parent
commit
2cb2f887ec
  1. 2
      app/Http/Controllers/Controller.php

2
app/Http/Controllers/Controller.php

@ -118,7 +118,7 @@ class Controller extends BaseController
}
return $countCreate;
} else {
return $countCreate;
return $countCreate = true;
}
}

Loading…
Cancel
Save