Completed
Push — dev ( c9c9d6...81d69f )
by Zach
05:21
created
app/config/services.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 use Yarak\Kernel;
4 4
 use Phalcon\Mvc\View;
5 5
 use Phalcon\Security;
6
-use Sonohini\Acl\Acl;
7
-use Sonohini\Auth\Auth;
8 6
 use Phalcon\Mvc\Dispatcher;
9
-use Elasticsearch\ClientBuilder;
10 7
 use Phalcon\Flash\Direct as Flash;
11 8
 use Phalcon\Mvc\Url as UrlResolver;
12 9
 use Phalcon\Mvc\View\Engine\Php as PhpEngine;
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,9 +110,9 @@
 block discarded – undo
110 110
     return new Security();
111 111
 });
112 112
 
113
- $di->set('modelsManager', function() {
114
-      return new ModelsManager();
115
- });
113
+    $di->set('modelsManager', function() {
114
+        return new ModelsManager();
115
+    });
116 116
 
117 117
 $di->setShared('yarak', function () {
118 118
     $config = $this->getConfig();
Please login to merge, or discard this patch.
app/database/migrations/2017_03_13_224917_create_test_table.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Phalcon\Db\Index;
4
-use Phalcon\Db\Column;
5
-use Phalcon\Db\Reference;
6 3
 use Phalcon\Db\Adapter\Pdo;
7 4
 use Yarak\Migrations\Migration;
8 5
 
Please login to merge, or discard this patch.