Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save armyofda12mnkeys/5bbe0ed70cc51e244824d4fdc7bfa75d to your computer and use it in GitHub Desktop.
Save armyofda12mnkeys/5bbe0ed70cc51e244824d4fdc7bfa75d to your computer and use it in GitHub Desktop.
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