<?php namespace App\Services; class ImportService { const NEW = 'new'; const UPDATE = 'update'; const DELETE = 'delete'; const DELETED = 'deleted'; const NOTHING = 'nothing'; }