Completed
Push — master ( b2bcde...ea6359 )
by Troy
01:34
created
src/app/Models/BaseFeature.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @param BaseTenant $tenant
30 30
      *
31
-     * @return void
31
+     * @return BaseFeature
32 32
      */
33 33
     public function giveToTenant(BaseTenant $tenant)
34 34
     {
Please login to merge, or discard this patch.
src/app/Models/BasePermission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param BaseRole $role
37 37
      *
38
-     * @return void
38
+     * @return BasePermission
39 39
      */
40 40
     public function giveToRole(BaseRole $role)
41 41
     {
Please login to merge, or discard this patch.
src/app/Models/BaseRole.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param BasePermission $permission
37 37
      *
38
-     * @return void
38
+     * @return BaseRole
39 39
      */
40 40
     public function assignPermission(BasePermission $permission)
41 41
     {
Please login to merge, or discard this patch.