Skip to content

Commit

Permalink
Merge pull request #2514 from roelvanhintum/patch-1
Browse files Browse the repository at this point in the history
Renamed the urlModel to UrlModel
  • Loading branch information
brandonkelly authored Mar 1, 2018
2 parents 2e62f5d + 6031fbd commit 19cec73
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 19cec73

Please sign in to comment.