Skip to content

Commit

Permalink
Exclude assets from export to drive.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricmutwiri committed Aug 9, 2024
1 parent 3a3b66f commit bd597da
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/PesapalServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* Copyright (c) 2023.
* @author Patrick Mutwiri on 1/7/23, 5:37 PM
* @twitter https://twitter.com/patric_mutwiri
*
* Copyright (c) 2023-2024.
* @author Patrick Mutwiri on 8/9/24, 9:08 PM
*/

namespace Patricmutwiri\Pesapal;
Expand Down Expand Up @@ -36,9 +34,9 @@ public function boot()
], 'views');

// Publishing assets.
$this->publishes([
/* $this->publishes([
__DIR__.'/../resources/assets' => public_path('vendor/pesapal'),
], 'assets');
], 'assets');*/

// Publishing the translation files.
/*$this->publishes([
Expand Down

0 comments on commit bd597da

Please sign in to comment.