Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
metodo request agora se chama http
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Feb 28, 2019
1 parent 53d8074 commit 40dacd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function editing()
return true;
}

function request():Request
function http():Request
{
return Request::instance();
}

0 comments on commit 40dacd1

Please sign in to comment.