mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 10:23:36 +02:00
Moved to the 'App' namespace
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace PHLAK\DirectoryLister\Controllers;
|
||||
namespace App\Controllers;
|
||||
|
||||
use PHLAK\DirectoryLister\DirectoryLister;
|
||||
use App\DirectoryLister;
|
||||
use Slim\Psr7\Request;
|
||||
use Slim\Psr7\Response;
|
||||
use Slim\Views\Twig;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace PHLAK\DirectoryLister;
|
||||
namespace App;
|
||||
|
||||
use DirectoryIterator;
|
||||
use FilterIterator;
|
||||
|
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PHLAK\\DirectoryLister\\": "app/"
|
||||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user