Skip to content

Commit

Permalink
Silence deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 25, 2024
1 parent 2475ecf commit c01ac93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relazy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env php
<?php
error_reporting(E_ALL & ~E_DEPRECATED);
define('RELAZY_ROOT_DIR', getcwd());
require 'command.php';

0 comments on commit c01ac93

Please sign in to comment.