AsgardCms/Blog

View on GitHub
Resources/lang/en/status.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'draft' => 'Draft',
    'pending review' => 'Pending review',
    'published' => 'Published',
    'unpublished' => 'Unpublished',
];