Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 018e1e8

Browse files
author
Andrzej Samek
committed
Remove unused imports in model classes
1 parent e1e9e5c commit 018e1e8

9 files changed

Lines changed: 0 additions & 18 deletions

File tree

src/LiveChat/Api/Model/Agents.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Agents extends BaseModel
119
{
1210
const METHOD_PATH = 'agents';

src/LiveChat/Api/Model/CannedResponses.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class CannedResponses extends BaseModel
119
{
1210
const METHOD_PATH = 'canned_responses';

src/LiveChat/Api/Model/Chats.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Chats extends BaseModel
119
{
1210
const METHOD_PATH = 'chats';

src/LiveChat/Api/Model/Goals.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Goals extends BaseModel
119
{
1210
const METHOD_PATH = 'goals';

src/LiveChat/Api/Model/Groups.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Groups extends BaseModel
119
{
1210
const METHOD_PATH = 'groups';

src/LiveChat/Api/Model/Reports.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Reports extends BaseModel
119
{
1210
const METHOD_PATH = 'reports';

src/LiveChat/Api/Model/Status.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Status extends BaseModel
119
{
1210
const METHOD_PATH = 'status';

src/LiveChat/Api/Model/Tickets.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Tickets extends BaseModel
119
{
1210
const METHOD_PATH = 'tickets';

src/LiveChat/Api/Model/Visitors.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace LiveChat\Api\Model;
77

8-
use LiveChat\Api\Model\BaseModel;
9-
108
class Visitors extends BaseModel
119
{
1210
const METHOD_PATH = 'visitors';

0 commit comments

Comments
 (0)