Completed
Branch master (e13af5)
by Denis
08:35
created
View.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	private function checkParams()
43 43
 	{
44 44
 		if (empty($this->params['dataProvider'])
45
-	     || !($this->params['dataProvider'] instanceof Builder)
45
+		 || !($this->params['dataProvider'] instanceof Builder)
46 46
 		) {
47 47
 			throw new ConfigException(
48 48
 				'Invalid dataProvider. It must be an instance of Laravel\'s builder'
Please login to merge, or discard this patch.