You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the extension MUST be omitted and .php is always assumed.
A file exists call should be made first, where if not existing, the file with the .php extension should be appended to the file name, used in the require call.
view/src/View.php
Line 20 in 38f9268
currently the extension MUST be omitted and
.phpis always assumed.A file exists call should be made first, where if not existing, the file with the
.phpextension should be appended to the file name, used in the require call.