Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Jan 29, 2019
1 parent 7538147 commit 0464232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Status extends Resource {
public function fields(Request $request)
{
return [
Text::make('Status', 'name'),
Text::make('Status', 'status'),
Text::make('Date', 'date'),
];
}
Expand Down

0 comments on commit 0464232

Please sign in to comment.