Skip to content

Commit acb1d13

Browse files
committed
Merge pull request #2 from larapack/develop
Merge from develop
2 parents 564da1a + 28416d3 commit acb1d13

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/helper.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?php
22

3-
if (!function_exists('dd'))
4-
{
5-
function dd()
6-
{
7-
$args = func_get_args();
8-
call_user_func_array('dump', $args);
9-
die();
10-
}
3+
if (!function_exists('dd')) {
4+
function dd()
5+
{
6+
$args = func_get_args();
7+
call_user_func_array('dump', $args);
8+
die();
9+
}
1110
}

0 commit comments

Comments
 (0)