Passed
Pull Request — master (#18)
by
unknown
05:36 queued 02:48
created
src/Models/BrokerUser.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -8,11 +8,11 @@
 block discarded – undo
8 8
 class BrokerUser extends Model
9 9
 {
10 10
     use SoftDeletes;
11
-     /**
12
-     * Get the table associated with the model.
13
-     *
14
-     * @return string
15
-     */
11
+        /**
12
+         * Get the table associated with the model.
13
+         *
14
+         * @return string
15
+         */
16 16
     public function getTable()
17 17
     {
18 18
         return config('laravel-sso.brokerUserTable', 'broker_user');
Please login to merge, or discard this patch.