Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 15, 2022
1 parent 5e104a0 commit 5ce33c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/View/Compilers/BladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ public function compileString($value)
*/
public static function render($string, $data = [], $deleteCachedView = false)
{
$component = new class($string) extends Component {
$component = new class($string) extends Component
{
protected $template;

public function __construct($template)
Expand Down

0 comments on commit 5ce33c0

Please sign in to comment.