Created
June 20, 2018 12:37
-
-
Save marcus-herrmann/31a9a5d1e25da1bd318ee45e93820939 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
<?php | |
$user_id = $input->post->int('user_id'); | |
$is_checked = $input->post->bool('is_checked'); | |
$catalogue_id = $input->post->int('catalogue_id'); | |
$permission_type = $input->post->text('permission'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment