refactoring routing and class comments.
This commit is contained in:
@@ -21,7 +21,11 @@ class Blade {
|
||||
*/
|
||||
public static function parse_string($value)
|
||||
{
|
||||
return static::closings(static::openings(static::echos($value)));
|
||||
$value = static::echos($value);
|
||||
$value = static::openings($value);
|
||||
$value = static::closings($value);
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user