ournameismud / fractal

Fractal plugin port for Craft 3
MIT License
14 stars 5 forks source link

Unknown Property craft\web\Application::templates #7

Open daltonrooney opened 2 years ago

daltonrooney commented 2 years ago

Looks like a bug in the exists method of the FractalTemplateLoader class:

return Craft::$app->templates->doesTemplateExist($name); should be return Craft::$app->getView()->doesTemplateExist($name);