Skip to content

Commit

Permalink
Merge pull request #43 from matt-daneshvar/analysis-e04dvr
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
matt-daneshvar authored Mar 14, 2023
2 parents 2fe3d72 + cd9e0e4 commit 4c69971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SurveyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function publishMigrations($migrations)

$this->publishes([
__DIR__."/../database/migrations/$migration.php.stub" => database_path('migrations/'.date('Y_m_d_His',
time())."_$migration.php"),
time())."_$migration.php"),
], 'migrations');
}
}
Expand Down

0 comments on commit 4c69971

Please sign in to comment.