Skip to content

Commit

Permalink
Renamed the urlModel to UrlModel
Browse files Browse the repository at this point in the history
Caused a Class 'Craft\UrlModel' not found (FeedsService.php:108)
  • Loading branch information
roelvanhintum authored Mar 1, 2018
1 parent 2e62f5d commit 6031fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/UrlModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package craft.app.models
* @since 1.3
*/
class urlModel extends BaseModel
class UrlModel extends BaseModel
{
// Properties
// =========================================================================
Expand Down

0 comments on commit 6031fbd

Please sign in to comment.