Skip to content

Commit

Permalink
Depreciate the elixir function (#32366)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 13, 2020
1 parent 1eaaf6c commit 86dbb25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/helpers.php
Expand Up @@ -416,6 +416,8 @@ function dispatch_now($job, $handler = null)
* @return string
*
* @throws \InvalidArgumentException
*
* @deprecated Use Laravel Mix instead.
*/
function elixir($file, $buildDirectory = 'build')
{
Expand Down

0 comments on commit 86dbb25

Please sign in to comment.