renaming controller #342

This commit is contained in:
El RIDO 2018-07-29 15:17:35 +02:00
parent 90e83ddb30
commit f9c8441edb
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
10 changed files with 74 additions and 74 deletions

View file

@ -15,4 +15,4 @@ define('PATH', '');
define('PUBLIC_PATH', __DIR__);
require PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
new PrivateBin\PrivateBin;
new PrivateBin\Controller;