moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file.
This commit is contained in:
@@ -38,7 +38,7 @@ class Section {
|
||||
*/
|
||||
public static function start($section, $content = '')
|
||||
{
|
||||
if ($content !== '')
|
||||
if ($content == '')
|
||||
{
|
||||
ob_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user