Added an approved flag to organisations with a status column as an indicator, pending registration/approval workflow
This commit is contained in:
@@ -78,4 +78,7 @@ return [
|
||||
'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist',
|
||||
|
||||
'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.',
|
||||
|
||||
'APPROVED' => 'Approved',
|
||||
'PENDING' => 'Pending',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user