Skip to content
Snippets Groups Projects

Fix cron type definition

Merged Alexander Olofsson requested to merge add-cron into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -158,7 +158,7 @@ class skadereg(
cron { 'artisan schedule:run':
minute => '*',
hour => '*',
date => '*',
monthday => '*',
month => '*',
weekday => '*',
user => 'apache',
Loading