Commit e79c0d22 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3871 from diogoazevedos/use-const

[5.3] Use const instead of var in require
parents 7bb7adef 6d21a74c
var elixir = require('laravel-elixir');
const elixir = require('laravel-elixir');
require('laravel-elixir-vue');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment