Skip to content

Commit 3db54bc

Browse files
committed
Add forgotten Laravel 5 indications
1 parent eb0ab0e commit 3db54bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/Lio/Comments/Comment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Comment extends Entity implements PresenterInterface
2222
0 => "Doesn't Matter",
2323
3 => "Laravel 3.x",
2424
4 => "Laravel 4.x",
25+
5 => "Laravel 5.x",
2526
];
2627

2728
const TYPE_FORUM = 0;

app/Lio/Forum/Threads/Thread.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Thread extends Entity implements PresenterInterface
2020
];
2121

2222
protected $laravelVersions = [
23+
5 => "Laravel 5.x",
2324
4 => "Laravel 4.x",
2425
3 => "Laravel 3.x",
2526
0 => "Doesn't Matter",

0 commit comments

Comments
 (0)