Skip to content

Commit

Permalink
Merge pull request laravel#3871 from diogoazevedos/use-const
Browse files Browse the repository at this point in the history
[5.3] Use const instead of var in require
  • Loading branch information
taylorotwell authored Aug 12, 2016
2 parents 7bb7ade + 6d21a74 commit e79c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var elixir = require('laravel-elixir');
const elixir = require('laravel-elixir');

require('laravel-elixir-vue');

Expand Down

0 comments on commit e79c0d2

Please sign in to comment.