<?php namespace App\Model; class Message { const AREA_SSLS = 'ssls'; const AREA_DEFAULT = 'default'; const AREA_INSTALLED = 'installed'; }