Commit 144fddac authored by Viral Solani's avatar Viral Solani

Changes in Role Module

parent e38cf422
...@@ -22,8 +22,8 @@ class RoleResource extends Resource ...@@ -22,8 +22,8 @@ class RoleResource extends Resource
'number_of_users' => $this->users->count(), 'number_of_users' => $this->users->count(),
'sort' => $this->sort, 'sort' => $this->sort,
'status' => $this->status, 'status' => $this->status,
'registered_at' => $this->created_at->toIso8601String(), 'created_at' => $this->created_at->toIso8601String(),
'last_updated_at' => $this->updated_at->toIso8601String(), 'updated_at' => $this->updated_at->toIso8601String(),
]; ];
} }
} }
<?php <?php
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment