Skip to content

Commit

Permalink
No assets
Browse files Browse the repository at this point in the history
  • Loading branch information
cswni committed Aug 7, 2023
1 parent cffeb38 commit 52e4111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GastosForPosPluginServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ class GastosForPosPluginServiceProvider extends PluginServiceProvider
];

protected array $styles = [
'plugin-gastos-for-pos-plugin' => __DIR__.'/../resources/dist/gastos-for-pos.css',
//'plugin-gastos-for-pos-plugin' => __DIR__.'/../resources/dist/gastos-for-pos.css',
];

protected array $scripts = [
'plugin-gastos-for-pos-plugin' => __DIR__.'/../resources/dist/gastos-for-pos.js',
//'plugin-gastos-for-pos-plugin' => __DIR__.'/../resources/dist/gastos-for-pos.js',
];

// protected array $beforeCoreScripts = [
Expand Down

0 comments on commit 52e4111

Please sign in to comment.