Skip to content

Commit

Permalink
🎨 Remove with() from the composer stub (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Dec 23, 2023
1 parent 735cb59 commit 5b188ce
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Roots/Acorn/Console/Commands/stubs/composer.stub
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,4 @@ class DummyClass extends Composer
protected static $views = [
DummyViews
];

/**
* Data to be passed to view before rendering.
*
* @return array
*/
public function with()
{
return [
//
];
}
}

0 comments on commit 5b188ce

Please sign in to comment.