Skip to content

Commit

Permalink
Moving PSR interfaces to ThirdParty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jun 24, 2016
1 parent 4f56574 commit 7a5f529
Show file tree
Hide file tree
Showing 17 changed files with 460 additions and 751 deletions.
8 changes: 4 additions & 4 deletions system/Config/AutoloadConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ public function __construct()
'CodeIgniter\HTTP\ResponseInterface' => BASEPATH.'HTTP/ResponseInterface.php',
'CodeIgniter\HTTP\URI' => BASEPATH.'HTTP/URI.php',
'CodeIgniter\Log\Logger' => BASEPATH.'Log/Logger.php',
'Psr\Log\LoggerAwareInterface' => BASEPATH.'Log/LoggerAwareInterface.php',
'CodeIgniter\Log\LoggerAwareTrait' => BASEPATH.'Log/LoggerAwareTrait.php',
'Psr\Log\LoggerInterface' => BASEPATH.'Log/LoggerInterface.php',
'Psr\Log\LogLevel' => BASEPATH.'Log/LogLevel.php',
'Psr\Log\LoggerAwareInterface' => BASEPATH.'ThirdParty/PSR/Log/LoggerAwareInterface.php',
'Psr\Log\LoggerAwareTrait' => BASEPATH.'ThirdParty/PSR/Log/LoggerAwareTrait.php',
'Psr\Log\LoggerInterface' => BASEPATH.'ThirdParty/PSR/Log/LoggerInterface.php',
'Psr\Log\LogLevel' => BASEPATH.'ThirdParty/PSR/Log/LogLevel.php',
'CodeIgniter\Log\Handlers\BaseHandler' => BASEPATH.'Log/Handlers/BaseHandler.php',
'CodeIgniter\Log\Handlers\ChromeLoggerHandler' => BASEPATH.'Log/Handlers/ChromeLoggerHandler.php',
'CodeIgniter\Log\Handlers\FileHandler' => BASEPATH.'Log/Handlers/FileHandler.php',
Expand Down
155 changes: 0 additions & 155 deletions system/Log/AbstractLogger.php

This file was deleted.

44 changes: 0 additions & 44 deletions system/Log/InvalidArgumentException.php

This file was deleted.

52 changes: 0 additions & 52 deletions system/Log/LogLevel.php

This file was deleted.

49 changes: 0 additions & 49 deletions system/Log/LoggerAwareInterface.php

This file was deleted.

57 changes: 0 additions & 57 deletions system/Log/LoggerAwareTrait.php

This file was deleted.

Loading

0 comments on commit 7a5f529

Please sign in to comment.