Skip to content

Commit

Permalink
Change the updated_at to created_at in the translist page.
Browse files Browse the repository at this point in the history
  • Loading branch information
※黑猫 committed Jun 16, 2018
1 parent 282e808 commit f77224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/translist.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
@endif
</td>
<td>{{ $tran->updated_at }}</td>
<td>{{ $tran->created_at }}</td>
</tr>
</tbody>
@endif
Expand Down

0 comments on commit f77224f

Please sign in to comment.