Skip to content

Composer autoload error corrected!#9

Merged
sanzeeb3 merged 2 commits intosanzeeb3:developfrom
neetikaaryal:develop
Jun 11, 2022
Merged

Composer autoload error corrected!#9
sanzeeb3 merged 2 commits intosanzeeb3:developfrom
neetikaaryal:develop

Conversation

@neetikaaryal
Copy link
Copy Markdown
Contributor

There was a conflict with composer overload which was corrected in line 30.

There was a conflict with composer overload which was corrected in line 30. 
"require_once 'vendor/autoload.php';" corrected to "require_once __DIR__ . ‘/vendor/autoload.php’;"
Copy link
Copy Markdown
Owner

@sanzeeb3 sanzeeb3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @neetikaaryal , thanks for the PR. There's one thing to note. See the review:

@sanzeeb3 sanzeeb3 linked an issue Jun 9, 2022 that may be closed by this pull request
I have resolved the issue you mentioned. Let me know if you notice other issues.
@sanzeeb3 sanzeeb3 merged commit e2a21ea into sanzeeb3:develop Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct composer autoload

2 participants