Merge pull request #4585 from aspnet/master

Update live with current master
pull/4758/head^2
Rick Anderson 2017-10-17 13:01:42 -10:00 committed by GitHub
commit 9b8bc67afa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace MvcMovie
try
{
// Requires using RazorPagesMovie.Models;
// Requires using MvcMovie.Models;
SeedData.Initialize(services);
}
catch (Exception ex)