Completed
Push — master ( 7e131c...271c01 )
by Reza
27s queued 20s
created
src/Models/PanelAdmin.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
 {
11 11
 
12 12
     /**
13
-    * Create a new Eloquent model instance.
14
-    *
15
-    * @param array $attributes
16
-    */
13
+     * Create a new Eloquent model instance.
14
+     *
15
+     * @param array $attributes
16
+     */
17 17
     public function __construct(array $attributes = [])
18 18
     {
19 19
         $connection = config('easy_panel_config.database.connection') ?: config('database.default');
Please login to merge, or discard this patch.