Completed
Push — master ( 9300e7...c2a0b6 )
by Nasrul Hazim
02:11
created
src/Support/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (! function_exists('payroll')) {
3
+if (!function_exists('payroll')) {
4 4
     function payroll($identifier)
5 5
     {
6 6
         return \CleaniqueCoders\OpenPayroll\Processors\PayrollProcessor::make($identifier);
7 7
     }
8 8
 }
9 9
 
10
-if (! function_exists('payslip')) {
10
+if (!function_exists('payslip')) {
11 11
     function payslip($identifier)
12 12
     {
13 13
         return \CleaniqueCoders\OpenPayroll\Processors\PayslipProcessor::make($identifier);
Please login to merge, or discard this patch.