Duplicated code in speciesService leading to redeclaration error #728
Labels
bug
Something isn't working
good first issue
Good for newcomers
php
Pull requests that update Php code
Milestone
Develop branch
app/Services/SpeciesService
Lines 281 - 333 are the develop branch code
Lines 335 - 381 is the original code from the main branch
The presence of both leads to
Cannot redeclare App\Services\SpeciesService::populateData()
when creating a speciesadmin/data/species/create
removing lines 335-381 fixed this :>
The text was updated successfully, but these errors were encountered: