We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0ab0e commit 3db54bcCopy full SHA for 3db54bc
app/Lio/Comments/Comment.php
@@ -22,6 +22,7 @@ class Comment extends Entity implements PresenterInterface
22
0 => "Doesn't Matter",
23
3 => "Laravel 3.x",
24
4 => "Laravel 4.x",
25
+ 5 => "Laravel 5.x",
26
];
27
28
const TYPE_FORUM = 0;
app/Lio/Forum/Threads/Thread.php
@@ -20,6 +20,7 @@ class Thread extends Entity implements PresenterInterface
20
21
protected $laravelVersions = [
0 commit comments