Completed
Push — master ( fcb695...c2a60e )
by Song
08:26
created
resources/views/partials/success.blade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 @if(Session::has('success'))
2
-    <?php $success = Session::get('success');?>
2
+    <?php $success = Session::get('success'); ?>
3 3
     <div class="alert alert-success alert-dismissable">
4 4
         <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
5 5
         <h4><i class="icon fa fa-check"></i>{{ array_get($success->get('title'), 0) }}</h4>
Please login to merge, or discard this patch.