From 0bfeb4c061aa42b9636ff34c0e433d5fd3334cd8 Mon Sep 17 00:00:00 2001 From: Chris Mellor Date: Mon, 18 Mar 2024 23:23:45 +0000 Subject: [PATCH] docs: Update --- UPGRADE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index d72ef36..319751d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -21,11 +21,6 @@ Schema::table('approvals', function (Blueprint $table) { }); ``` -> [!IMPORTANT] -> The namespace for the package has changed. - -Be sure to replace any instance of `Cjmellor\Approval` to `Approval\Approval` - ## v1.4.2 -> 1.4.3 If you wish to audit which User set the state for the Model, you need to publish and run a new Migration.