diff --git a/src/Ramcar/JOStatus.php b/src/Ramcar/JOStatus.php index 15c64f67..3b5440e3 100644 --- a/src/Ramcar/JOStatus.php +++ b/src/Ramcar/JOStatus.php @@ -4,11 +4,11 @@ namespace App\Ramcar; class JOStatus { - const PENDING => 'pending'; - const ASSIGNED => 'assigned'; - const IN_PROGRESS => 'in_progress'; - const CANCELLED => 'cancelled'; - const FULFILLED => 'fulfilled'; + const PENDING = 'pending'; + const ASSIGNED = 'assigned'; + const IN_PROGRESS = 'in_progress'; + const CANCELLED = 'cancelled'; + const FULFILLED = 'fulfilled'; const COLLECTION = [ 'pending' => 'Pending',