File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 77class AddPhone extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 77class AddSocialLinks extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 77class BestReply extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 77class CommentCreated extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 77class ReplyCreated extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 77class UndoBestReply extends PointType
88{
99 /**
10- * Number of points
10+ * Number of points.
1111 *
1212 * @var int
1313 */
1414 public $ points = 20 ;
1515
1616 /**
17- * Point constructor
17+ * Point constructor.
1818 *
1919 * @param $subject
2020 */
@@ -24,7 +24,7 @@ public function __construct($subject)
2424 }
2525
2626 /**
27- * User who will be receive points
27+ * User who will be receive points.
2828 *
2929 * @return mixed
3030 */
Original file line number Diff line number Diff line change 3333 ],
3434
3535 // Default level
36- 'badge_default_level ' => 1
36+ 'badge_default_level ' => 1 ,
3737];
Original file line number Diff line number Diff line change 11<?php
22
3- use Illuminate \Support \Facades \Schema ;
4- use Illuminate \Database \Schema \Blueprint ;
53use Illuminate \Database \Migrations \Migration ;
4+ use Illuminate \Database \Schema \Blueprint ;
5+ use Illuminate \Support \Facades \Schema ;
66
77class AddReputationFieldOnUserTable extends Migration
88{
Original file line number Diff line number Diff line change 11<?php
22
3- use Illuminate \Support \Facades \Schema ;
4- use Illuminate \Database \Schema \Blueprint ;
53use Illuminate \Database \Migrations \Migration ;
4+ use Illuminate \Database \Schema \Blueprint ;
5+ use Illuminate \Support \Facades \Schema ;
66
77class CreateGamifyTables extends Migration
88{
You can’t perform that action at this time.
0 commit comments