Skip to content

Commit

Permalink
Move config folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 16, 2019
1 parent f5ddcbc commit 6a4f19c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/WidgetServiceProvider.php
Expand Up @@ -26,7 +26,7 @@ public function register()
*/
public function boot()
{
$path = \realpath(__DIR__.'/../resources');
$path = \realpath(__DIR__.'/../');

$this->addConfigComponent('orchestra/widget', 'orchestra/widget', $path.'/config');
}
Expand Down

0 comments on commit 6a4f19c

Please sign in to comment.