From a59f0377c332a3bdee6c4abdecb50a8f30e89c0a Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 3 Aug 2015 16:09:38 -0600 Subject: [PATCH] Change app/call_center to app/call_centers. --- app/{call_center => call_centers}/app_config.php | 0 app/{call_center => call_centers}/app_defaults.php | 0 app/{call_center => call_centers}/app_languages.php | 0 app/{call_center => call_centers}/app_menu.php | 0 app/{call_center => call_centers}/call_center_agent_delete.php | 0 app/{call_center => call_centers}/call_center_agent_edit.php | 0 app/{call_center => call_centers}/call_center_agent_status.php | 0 app/{call_center => call_centers}/call_center_agents.php | 0 app/{call_center => call_centers}/call_center_queue_delete.php | 0 app/{call_center => call_centers}/call_center_queue_edit.php | 0 app/{call_center => call_centers}/call_center_queues.php | 0 app/{call_center => call_centers}/call_center_tier_edit.php | 0 app/{call_center => call_centers}/cmd.php | 0 .../resources/classes/call_center.php | 0 app/{call_center => call_centers}/root.php | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename app/{call_center => call_centers}/app_config.php (100%) rename app/{call_center => call_centers}/app_defaults.php (100%) rename app/{call_center => call_centers}/app_languages.php (100%) rename app/{call_center => call_centers}/app_menu.php (100%) rename app/{call_center => call_centers}/call_center_agent_delete.php (100%) rename app/{call_center => call_centers}/call_center_agent_edit.php (100%) rename app/{call_center => call_centers}/call_center_agent_status.php (100%) rename app/{call_center => call_centers}/call_center_agents.php (100%) rename app/{call_center => call_centers}/call_center_queue_delete.php (100%) rename app/{call_center => call_centers}/call_center_queue_edit.php (100%) rename app/{call_center => call_centers}/call_center_queues.php (100%) rename app/{call_center => call_centers}/call_center_tier_edit.php (100%) rename app/{call_center => call_centers}/cmd.php (100%) rename app/{call_center => call_centers}/resources/classes/call_center.php (100%) rename app/{call_center => call_centers}/root.php (100%) diff --git a/app/call_center/app_config.php b/app/call_centers/app_config.php similarity index 100% rename from app/call_center/app_config.php rename to app/call_centers/app_config.php diff --git a/app/call_center/app_defaults.php b/app/call_centers/app_defaults.php similarity index 100% rename from app/call_center/app_defaults.php rename to app/call_centers/app_defaults.php diff --git a/app/call_center/app_languages.php b/app/call_centers/app_languages.php similarity index 100% rename from app/call_center/app_languages.php rename to app/call_centers/app_languages.php diff --git a/app/call_center/app_menu.php b/app/call_centers/app_menu.php similarity index 100% rename from app/call_center/app_menu.php rename to app/call_centers/app_menu.php diff --git a/app/call_center/call_center_agent_delete.php b/app/call_centers/call_center_agent_delete.php similarity index 100% rename from app/call_center/call_center_agent_delete.php rename to app/call_centers/call_center_agent_delete.php diff --git a/app/call_center/call_center_agent_edit.php b/app/call_centers/call_center_agent_edit.php similarity index 100% rename from app/call_center/call_center_agent_edit.php rename to app/call_centers/call_center_agent_edit.php diff --git a/app/call_center/call_center_agent_status.php b/app/call_centers/call_center_agent_status.php similarity index 100% rename from app/call_center/call_center_agent_status.php rename to app/call_centers/call_center_agent_status.php diff --git a/app/call_center/call_center_agents.php b/app/call_centers/call_center_agents.php similarity index 100% rename from app/call_center/call_center_agents.php rename to app/call_centers/call_center_agents.php diff --git a/app/call_center/call_center_queue_delete.php b/app/call_centers/call_center_queue_delete.php similarity index 100% rename from app/call_center/call_center_queue_delete.php rename to app/call_centers/call_center_queue_delete.php diff --git a/app/call_center/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php similarity index 100% rename from app/call_center/call_center_queue_edit.php rename to app/call_centers/call_center_queue_edit.php diff --git a/app/call_center/call_center_queues.php b/app/call_centers/call_center_queues.php similarity index 100% rename from app/call_center/call_center_queues.php rename to app/call_centers/call_center_queues.php diff --git a/app/call_center/call_center_tier_edit.php b/app/call_centers/call_center_tier_edit.php similarity index 100% rename from app/call_center/call_center_tier_edit.php rename to app/call_centers/call_center_tier_edit.php diff --git a/app/call_center/cmd.php b/app/call_centers/cmd.php similarity index 100% rename from app/call_center/cmd.php rename to app/call_centers/cmd.php diff --git a/app/call_center/resources/classes/call_center.php b/app/call_centers/resources/classes/call_center.php similarity index 100% rename from app/call_center/resources/classes/call_center.php rename to app/call_centers/resources/classes/call_center.php diff --git a/app/call_center/root.php b/app/call_centers/root.php similarity index 100% rename from app/call_center/root.php rename to app/call_centers/root.php