Skip to content

Commit

Permalink
fix(remove): load views
Browse files Browse the repository at this point in the history
  • Loading branch information
milantarami authored Mar 4, 2024
1 parent b3074bf commit 4e4206c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NepaliCalendarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public function register()
*/
public function boot()
{
$this->loadViewsFrom(__DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'resources'.DIRECTORY_SEPARATOR.'views', 'nepali-calendar');

$this->loadTranslationsFrom(__DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'resources'.DIRECTORY_SEPARATOR.'lang', 'nepali-calendar');

$this->app->bind(
Expand Down

0 comments on commit 4e4206c

Please sign in to comment.