[PR #652] [MERGED] Fixed entities path #8506

Open
opened 2026-01-22 16:00:13 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/652
Author: @dannykopping
Created: 4/26/2013
Status: Merged
Merged: 4/26/2013
Merged by: @Ocramius

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/en/tutorials/getting-started.rst (+1 -1)

📄 Description

In the tutorial, the user is told to create a new file in the /src folder, and the /entities folder is never referenced. Updating the SQLite schema according to the tutorial fails with the 'No Metadata Classes to process.' message. Changing the folder to /src fixes this, ostensibly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/652 **Author:** [@dannykopping](https://github.com/dannykopping) **Created:** 4/26/2013 **Status:** ✅ Merged **Merged:** 4/26/2013 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`408eef1`](https://github.com/doctrine/orm/commit/408eef1356da8c15fdc0e2d34de4d265db57d743) Fixed entities path ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/en/tutorials/getting-started.rst` (+1 -1) </details> ### 📄 Description In the tutorial, the user is told to create a new file in the `/src` folder, and the `/entities` folder is never referenced. Updating the SQLite schema according to the tutorial fails with the 'No Metadata Classes to process.' message. Changing the folder to `/src` fixes this, ostensibly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:00:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8506