Created
September 7, 2017 13:30
-
-
Save armyofda12mnkeys/5bbe0ed70cc51e244824d4fdc7bfa75d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DB::table('tasks')->insert( | |
[ | |
'name' => 'TestTaskJob1', | |
'command_name' => 'command:testtaskjob1', | |
'number_of_params' => 2 | |
],[ | |
'name' => 'TestTaskJob2', | |
'command_name' => 'command:testtaskjob2', | |
'number_of_params' => 3 | |
] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment