File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Illuminate/View/Compilers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ public function compile($path = null)
153
153
$ contents = $ this ->appendFilePath ($ contents );
154
154
}
155
155
156
- $ compiledPath = $ this ->getCompiledPath ( $ this -> getPath ());
157
-
158
- $ this -> ensureCompiledDirectoryExists ( $ compiledPath );
156
+ $ this ->ensureCompiledDirectoryExists (
157
+ $ compiledPath = $ this -> getCompiledPath ( $ this -> getPath ())
158
+ );
159
159
160
160
$ this ->files ->put ($ compiledPath , $ contents );
161
161
}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function isExpired($path)
73
73
}
74
74
75
75
/**
76
- * Create the file compiled directory if necessary.
76
+ * Create the compiled file directory if necessary.
77
77
*
78
78
* @param string $path
79
79
* @return void
You can’t perform that action at this time.
0 commit comments