We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9df0dd commit 14458e0Copy full SHA for 14458e0
readme.md
@@ -60,7 +60,7 @@ $user->addresses()->createMany([
60
]);
61
62
// Find an existing address
63
-$address = app('addressable.address')->find(1);
+$address = Bkfdev\Addressable\Models\Address::find(1);
64
65
// Update an existing address
66
$address->update([
vendor/orchestra/testbench-core/laravel/database/database.sqlite.example
0 commit comments