Completed
Pull Request — master (#4172)
by
unknown
02:22
created
src/Layout/Content.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -285,11 +285,11 @@
 block discarded – undo
285 285
         return Arr::only($user->toArray(), ['id', 'username', 'email', 'name', 'avatar']);
286 286
     }
287 287
 
288
-     /**
289
-     * Get the content variables.
290
-     *
291
-     * @return array
292
-     */
288
+        /**
289
+         * Get the content variables.
290
+         *
291
+         * @return array
292
+         */
293 293
     public function variables()
294 294
     {
295 295
         return [
Please login to merge, or discard this patch.