We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When parsing the follow code
$user->Salt=Hash::salt(); $user->Password=Hash::make(Input::get('signup-password'), $user>salt); $user->save();
the following error is displayed
Fatal error: Call to a member function type() on null in E:\John-PC\xampp\htdocs\vendor\natedrake\markdown\src\Parser.php on line 50
The text was updated successfully, but these errors were encountered:
fixes #15
df91527
fb1fec0
Merge pull request #16 from natedrake/dev
3905755
natedrake
Successfully merging a pull request may close this issue.
When parsing the follow code
the following error is displayed
The text was updated successfully, but these errors were encountered: