Completed
Push — 2.0 ( ecf780...c3d403 )
by Nicolas
20:22 queued 14:03
created
Widgets/PostsWidget.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,10 +44,10 @@
 block discarded – undo
44 44
         return ['postCount' => $this->post->all()->count()];
45 45
     }
46 46
 
47
-     /**
48
-     * Get the widget type
49
-     * @return string
50
-     */
47
+        /**
48
+         * Get the widget type
49
+         * @return string
50
+         */
51 51
     protected function options()
52 52
     {
53 53
         return [
Please login to merge, or discard this patch.