Skip to content

Commit 7d9358b

Browse files
authored
fix: return the session instance
1 parent eb7d9a4 commit 7d9358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function session()
1414
});
1515
}
1616

17-
return \Leaf\Config::get('session');
17+
return new \Leaf\Http\Session();
1818
}
1919
}
2020

0 commit comments

Comments
 (0)