Skip to content

Commit 4ff2c26

Browse files
committed
Removed publishing assets.
1 parent 2087263 commit 4ff2c26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/TwoFactorAuthenticationServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ public function boot()
3434
__DIR__ . '/../resources/views/' => resource_path('views/vendor/2fa'),
3535
], 'views');
3636

37-
// Publishing assets
38-
$this->publishes([
39-
__DIR__ . '/../public/js/' => public_path('js'),
40-
]);
4137
}
4238

4339
/**

0 commit comments

Comments
 (0)