Skip to content

Commit

Permalink
Merge pull request #1548 from Blair2004/v4.8.x
Browse files Browse the repository at this point in the history
V4.8.x
  • Loading branch information
nexopos authored Jun 25, 2023
2 parents ecb4f52 + b6c610f commit d65c1df
Show file tree
Hide file tree
Showing 16 changed files with 3,429 additions and 24 deletions.
4 changes: 3 additions & 1 deletion app/Services/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ public function runMigration( $fields )
* default tables are created. Those table are located at the
* root of the database folder.
*/
Artisan::call( 'migrate' );
Artisan::call( 'migrate', [
'--force' => true
]);

/**
* NexoPOS uses Sanctum, we're making sure to publish the package.
Expand Down
2 changes: 1 addition & 1 deletion config/nexopos.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'version' => '4.8.18',
'version' => '4.8.19',
'languages' => [
'en' => 'English',
'de' => 'Deutsch',
Expand Down
Loading

0 comments on commit d65c1df

Please sign in to comment.