Skip to content

Commit

Permalink
fix: error from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adalessa committed Jun 21, 2024
1 parent 920dced commit 25891e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/laravel/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ local function setup(opts)
local config = require "laravel.config"
local environment = require "laravel.environment"
local autocmds = require "laravel.autocommands"
local tinker = require "laravel.tinker"

config.setup(opts)
autocmds.setup()
tinker.setup()
require "laravel.tinker"
environment.setup()
end

Expand Down

0 comments on commit 25891e2

Please sign in to comment.