Skip to content
New issue

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

No default for title and no way to add one #20

Open
jrmadsen67 opened this issue Feb 28, 2017 · 3 comments
Open

No default for title and no way to add one #20

jrmadsen67 opened this issue Feb 28, 2017 · 3 comments

Comments

@jrmadsen67
Copy link

You have a "title" (presumably message subject) field in the migration, but your code will not accept a title insert:

$message = new Message(['content' => $attribute['content']]);

so I have no idea how your tests are passing. I like the rest of this so I'll prolly send you a PR today

@akiyamaSM
Copy link
Owner

You can make it nullabe for the moment. Actually I was aiming to add it for the next release.
I'll be happy if you can help in make it even better!

@MissLouisePiper
Copy link

I encounter an error? why is this? im stuck to this prob

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for inani/messager dev-master -> satisfiable by inani/messager[dev-master].
- Can only install one of: inani/messager[1.0.1, dev-master].
- Installation request for inani/messager ^1.0 -> satisfiable by inani/messager[1.0.1].

Installation failed, reverting ./composer.json to its original content

@akiyamaSM
Copy link
Owner

Checkout last release it should be solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants