Skip to content

Commit

Permalink
🩹 Change devOrigin variable to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 11, 2023
1 parent 48bd1ae commit c1c5f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roots/Acorn/Assets/Middleware/RootsBudMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class RootsBudMiddleware
* @param string|null $devOrigin
* @return void
*/
public function __construct(?string $dev_origin = null)
public function __construct(?string $devOrigin = null)
{
$this->devOrigin = $devOrigin;
}
Expand Down

0 comments on commit c1c5f9b

Please sign in to comment.